Skip to content

Commit

Permalink
bump version to 1.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 5, 2017
1 parent 64c6d5c commit d68aee6
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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.31"
version = "1.0.32"

dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
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 @@ -3,7 +3,7 @@ apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'maven'

version = "1.0.31"
version = "1.0.32"

dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
Expand Down

0 comments on commit d68aee6

Please sign in to comment.