Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanHasegawa committed Jul 6, 2017
1 parent 6d936bd commit 0613d2f
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 @@ -2,7 +2,7 @@
ext {
def versionMajor = 0
def versionMinor = 1
def versionPatch = 0
def versionPatch = 1
def versionCode = versionPatch + versionMinor * 100 + versionMajor * 10000

androidConfig = [
Expand Down

0 comments on commit 0613d2f

Please sign in to comment.