Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Aug 6, 2019
1 parent dbea0f2 commit 68f49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects { project ->
}

ext {
libraryVersion = '0.3.0'
libraryVersion = '0.4.0'

keystore = project.hasProperty('personalKeystore') ? personalKeystore : 'dummy'
keystorePassword = project.hasProperty('personalKeystorePassword') ? personalKeystorePassword : 'dummy'
Expand Down

0 comments on commit 68f49d3

Please sign in to comment.