Skip to content

Commit

Permalink
bumped to v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ng committed Jun 9, 2016
1 parent 3fcf26a commit 7aaf00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 8 // minor feature releases
def versionPatch = 5 // This should be bumped for hot fixes
def versionPatch = 6 // This should be bumped for hot fixes

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor]) {
Expand Down
2 changes: 1 addition & 1 deletion libraries/stumbler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
}
}

version = "1.8.5"
version = "1.8.6"
group = 'org.mozilla.mozstumbler'

// The groupname will be changed into a path for the final library
Expand Down

0 comments on commit 7aaf00b

Please sign in to comment.