From 792fd55732f44aa3d362f192c9a44fef0a41cbe3 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 5 Feb 2024 10:55:26 +0800 Subject: [PATCH] bump to v1.1.0 --- src/AndroidClient/android/build.gradle | 2 +- src/AndroidClient/client/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')) {