Skip to content

Commit 1eab019

Browse files
committed
Update version to 1.0.25
1 parent d6708b0 commit 1eab019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.24"
5+
version = "1.0.25"
66

77
android {
88
compileSdkVersion 23

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testCompile 'org.mockito:mockito-core:1.9.5'
1212
}
1313

14-
version = "1.0.24"
14+
version = "1.0.25"
1515
group = "net.servicestack" // Maven Group ID for the artifact
1616
String packageId = "client"
1717
String groupID = group

0 commit comments

Comments
 (0)