Skip to content

Commit

Permalink
bump to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 19, 2024
1 parent a091f98 commit cb7c834
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1"
version = "1.1.2"
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.1"
version = "1.1.2"
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.1</version>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AddReferenceWizard extends Wizard {
boolean packageSelected = false;

private static final String dependencyGroupId = "net.servicestack";
private static final String dependencyVersion = "1.1.1";
private static final String dependencyVersion = "1.1.2";
private static final String clientPackageId = "client";

private static final String gsonDependencyGroupId = "com.google.code.gson";
Expand Down

0 comments on commit cb7c834

Please sign in to comment.