Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Apr 10, 2018
1 parent fae0314 commit c802f57
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
@@ -1,7 +1,7 @@
buildscript {
def versionMajor = 1
def versionMinor = 0
def versionPatch = 4
def versionPatch = 5

ext.versions = [
'versionCode' : versionMajor * 10000 + versionMinor * 100 + versionPatch,
Expand Down

0 comments on commit c802f57

Please sign in to comment.