Skip to content

Commit 032dfab

Browse files
committed
bumped to v0.40.4.0
1 parent 15739a5 commit 032dfab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.40.2.1
1+
0.40.4.0

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// each of the version numbers must be 0-99
22
def versionMajor = 0
33
def versionMinor = 40
4-
def versionPatch = 2
5-
def versionBuild = 1 // this is non-zero for any dev build
4+
def versionPatch = 4
5+
def versionBuild = 0 // this is non-zero for any dev build
66

77
buildscript {
88
repositories {

android/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.mozilla.mozstumbler"
4-
android:versionCode="400201"
5-
android:versionName="0.40.2.1" >
4+
android:versionCode="400400"
5+
android:versionName="0.40.4.0" >
66

77
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
88
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

0 commit comments

Comments
 (0)