Version bump.

This commit is contained in:
Brian Pellin
2009-10-06 23:02:33 -05:00
parent 29b2e3874d
commit 9ddcec28d1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.keepass" package="com.android.keepass"
android:versionName="0.9" android:versionCode="20"> android:versionName="0.9.1" android:versionCode="21">
<uses-sdk android:minSdkVersion="3"/> <uses-sdk android:minSdkVersion="3"/>
<application android:label="@string/app_name" android:icon="@drawable/keepassdroid_launcher"> <application android:label="@string/app_name" android:icon="@drawable/keepassdroid_launcher">
<activity android:name=".KeePass" <activity android:name=".KeePass"

View File

@@ -1,3 +1,8 @@
KeePassDroid (0.9.1)
* Add donate link
* Sort case insensitive
* Add show password checkbox
KeePassDroid (0.9) KeePassDroid (0.9)
* Allow the creation of new databases on the device * Allow the creation of new databases on the device
* Sort entries and groups when adding or renaming. * Sort entries and groups when adding or renaming.