Skip to content

Commit

Permalink
bumped to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 17, 2015
1 parent b9665f9 commit 7b1ddf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// each of the version numbers must be 0-99
def versionMajor = 1
def versionMinor = 6 // minor feature releases
def versionPatch = 99 // This should be bumped for hot fixes
def versionMinor = 7 // minor feature releases
def versionPatch = 0 // This should be bumped for hot fixes

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor]) {
Expand Down

0 comments on commit 7b1ddf5

Please sign in to comment.