Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolystansler committed Dec 21, 2017
1 parent c11a480 commit 6f01706
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 @@ -37,7 +37,7 @@ buildConfig {

// App version.
buildConfigField 'int', 'VERSION_CODE', '4'
buildConfigField 'String', 'VERSION', '0.1.1'
buildConfigField 'String', 'VERSION', '0.1.2'

// Logging.
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
Expand Down

0 comments on commit 6f01706

Please sign in to comment.