Skip to content

Commit

Permalink
bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 5, 2024
1 parent c715098 commit 792fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.50"
version = "1.1.0"
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.0.50"
version = "1.1.0"
group = "net.servicestack"

if (project.hasProperty('versionSuffix')) {
Expand Down

0 comments on commit 792fd55

Please sign in to comment.