File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
apply plugin : ' com.jfrog.bintray'
5
5
6
- version = " 1.0.27 "
6
+ version = " 1.0.28 "
7
7
8
8
android {
9
9
compileSdkVersion 24
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
testCompile ' org.mockito:mockito-core:1.9.5'
12
12
}
13
13
14
- version = " 1.0.27 "
14
+ version = " 1.0.28 "
15
15
group = " net.servicestack" // Maven Group ID for the artifact
16
16
String packageId = " client"
17
17
String groupID = group
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.servicestack</groupId >
6
6
<artifactId >client</artifactId >
7
- <version >1.0.27 </version >
7
+ <version >1.0.28 </version >
8
8
<name >ServiceStack.Client</name >
9
9
<description >A client library to call your ServiceStack webservices.</description >
10
10
<url >https://github.com/ServiceStack/ServiceStack.Java</url >
You can’t perform that action at this time.
0 commit comments