Skip to content

Commit

Permalink
v0.40.1.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Oct 9, 2014
1 parent 7a1a46b commit 86eb842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.0.0
0.40.1.1
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://schemas.android.com/apk/res/android"
package="org.mozilla.mozstumbler"
android:versionCode="400000"
android:versionName="0.40.0.0" >
android:versionCode="400100"
android:versionName="0.40.1.1" >

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

0 comments on commit 86eb842

Please sign in to comment.