Update changelog and manifest for version bump.

This commit is contained in:
Brian Pellin
2009-10-03 12:51:10 -05:00
parent 906de9dc56
commit 6018341097
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,7 @@
KeePassDroid (0.9)
* Allow the creation of new databases on the device
* Sort entries and groups when adding or renaming.
KeePassDroid (0.6)
* Add database settings
* Add password changing