Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 11, 2024
1 parent 517c347 commit aa6286e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AndroidClient/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

// Define the version and group for the Maven package
version = "1.1.2"
version = "1.1.3"
group = "net.servicestack"

if (project.hasProperty('versionSuffix')) {
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

// Define the version and group for the Maven package
version = "1.1.2"
version = "1.1.3"
group = "net.servicestack"

if (project.hasProperty('versionSuffix')) {
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>pl.pragmatists</groupId>
<artifactId>JUnitParams</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit aa6286e

Please sign in to comment.