Skip to content

Commit aa6286e

Browse files
committed
Bump
1 parent 517c347 commit aa6286e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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.1.2"
7+
version = "1.1.3"
88
group = "net.servicestack"
99

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

Diff for: 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.1.2"
7+
version = "1.1.3"
88
group = "net.servicestack"
99

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

Diff for: src/AndroidClient/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>pl.pragmatists</groupId>
4949
<artifactId>JUnitParams</artifactId>
50-
<version>1.1.2</version>
50+
<version>1.1.3</version>
5151
<scope>test</scope>
5252
</dependency>
5353
</dependencies>

0 commit comments

Comments
 (0)