Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
Updated the version number in AndroidManifest.xml from 2/v1.1-re to 3/v1.1.1-re.

Changes:
 - Fixed bug that only let save whitelist items currently visible on screen.
   (ListView recycling problem)
 - Added a default value to number appearance preference, so it has a value shown when freshly installed.
  • Loading branch information
woalk committed May 9, 2015
1 parent afa1150 commit b9c4ed5
Showing 1 changed file with 2 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="com.woalk.apps.xposed.notifcount"
android:versionCode="2"
android:versionName="1.1-re" >
android:versionCode="3"
android:versionName="1.1.1-re" >

<uses-sdk
android:minSdkVersion="15"
Expand Down

0 comments on commit b9c4ed5

Please sign in to comment.