Skip to content

Commit

Permalink
1.8.4 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Apr 26, 2016
1 parent 912129a commit 5232e96
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 = 4 // 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.4"
group = 'org.mozilla.mozstumbler'

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

0 comments on commit 5232e96

Please sign in to comment.