Skip to content

Commit

Permalink
bumped to 1.5.2 to include lost network location provider patch
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Nov 28, 2014
1 parent 67b4a5f commit 266d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 5 // minor feature releases
def versionPatch = 1 // This should be bumped for hot fixes
def versionPatch = 2 // This should be bumped for hot fixes

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

0 comments on commit 266d5b4

Please sign in to comment.