Skip to content

Commit

Permalink
1.0.7-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mahao committed Jun 4, 2019
1 parent af34d4b commit cf7e131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
publish {
artifactId = 'simple-touch-no-op'
uploadName = 'SimpleTouch-NO-OP'
publishVersion = '1.0.6'
publishVersion = '1.0.7'

userOrg = rootProject.ext.userOrg
repoName = rootProject.ext.repoName
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
publish {
artifactId = 'simple-touch'
uploadName = 'SimpleTouch'
publishVersion = '1.0.6'
publishVersion = '1.0.7'

userOrg = rootProject.ext.userOrg
repoName = rootProject.ext.repoName
Expand Down

0 comments on commit cf7e131

Please sign in to comment.