Skip to content

Commit

Permalink
bumped to v0.40.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Oct 16, 2014
1 parent 4b87956 commit 2feb484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.2.1
0.40.3.0
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// each of the version numbers must be 0-99
def versionMajor = 0
def versionMinor = 40
def versionPatch = 2
def versionBuild = 1 // this is non-zero for any dev build
def versionPatch = 3
def versionBuild = 0 // this is non-zero for any dev build

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http:https://schemas.android.com/apk/res/android"
package="org.mozilla.mozstumbler"
android:versionCode="400201"
android:versionName="0.40.2.1" >
android:versionCode="400300"
android:versionName="0.40.3.0" >

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down

0 comments on commit 2feb484

Please sign in to comment.