Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Sep 26, 2014
1 parent 55118b5 commit 92b061e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="at.jclehner.appopsxposed"
android:versionCode="11201"
android:versionName="1.20.1">
android:versionCode="12002"
android:versionName="1.20.2">

<uses-sdk
android:minSdkVersion="18"
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.20.2
* Fix version number (updates should work now)

### 1.20.1
* Fix settings icon

Expand Down

0 comments on commit 92b061e

Please sign in to comment.