Skip to content

Commit

Permalink
Merge pull request #881 from dhis2/hotbugfixing
Browse files Browse the repository at this point in the history
fix: [HOTBUGFIXING] Version 0.16.4
  • Loading branch information
vgarciabnz authored Jun 26, 2019
2 parents 4f2ad92 + 264bcea commit 0f7b112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 19,
targetSdkVersion : 28,
versionCode : 134,
versionName : "0.16.3-SNAPSHOT"
versionCode : 135,
versionName : "0.16.4-SNAPSHOT"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# Properties which are consumed by plugins/gradle-mvn-push.gradle plugin.
# They are used for publishing artifact to snapshot repository.

VERSION_NAME=0.16.3-SNAPSHOT
VERSION_CODE=134
VERSION_NAME=0.16.4-SNAPSHOT
VERSION_CODE=135

GROUP=org.hisp.dhis

Expand Down

0 comments on commit 0f7b112

Please sign in to comment.