diff --git a/core/build.gradle b/core/build.gradle index 43f72d265e..d220081618 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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 = [ diff --git a/core/gradle.properties b/core/gradle.properties index 73d7c5f9c2..71425303c0 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -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