Skip to content

Commit ecd6827

Browse files
committed
bump to v1.0.30
1 parent fec67b2 commit ecd6827

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.29"
5+
version = "1.0.30"
66

77
dependencies {
88
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'java'
33
apply plugin: 'idea'
44
apply plugin: 'maven'
55

6-
version = "1.0.29"
6+
version = "1.0.30"
77

88
dependencies {
99
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'

src/AndroidClient/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.servicestack</groupId>
66
<artifactId>client</artifactId>
7-
<version>1.0.29</version>
7+
<version>1.0.30</version>
88
<name>ServiceStack.Client</name>
99
<description>A client library to call your ServiceStack webservices.</description>
1010
<url>https://github.com/ServiceStack/ServiceStack.Java</url>

0 commit comments

Comments
 (0)