diff --git a/src/AndroidClient/android/build.gradle b/src/AndroidClient/android/build.gradle index f422176..1eff844 100644 --- a/src/AndroidClient/android/build.gradle +++ b/src/AndroidClient/android/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'maven-publish' apply plugin: 'signing' // Define the version and group for the Maven package -version = "1.0.50" +version = "1.1.0" group = "net.servicestack" if (project.hasProperty('versionSuffix')) { diff --git a/src/AndroidClient/client/build.gradle b/src/AndroidClient/client/build.gradle index 63eb666..93216bf 100644 --- a/src/AndroidClient/client/build.gradle +++ b/src/AndroidClient/client/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'maven-publish' apply plugin: 'signing' // Define the version and group for the Maven package -version = "1.0.50" +version = "1.1.0" group = "net.servicestack" if (project.hasProperty('versionSuffix')) {