Skip to content

Commit 792fd55

Browse files
committed
bump to v1.1.0
1 parent c715098 commit 792fd55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AndroidClient/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
44
apply plugin: 'signing'
55

66
// Define the version and group for the Maven package
7-
version = "1.0.50"
7+
version = "1.1.0"
88
group = "net.servicestack"
99

1010
if (project.hasProperty('versionSuffix')) {

src/AndroidClient/client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
44
apply plugin: 'signing'
55

66
// Define the version and group for the Maven package
7-
version = "1.0.50"
7+
version = "1.1.0"
88
group = "net.servicestack"
99

1010
if (project.hasProperty('versionSuffix')) {

0 commit comments

Comments
 (0)