Bump version to 0.1.6

This commit is contained in:
Brian Pellin
2009-03-10 23:32:26 -05:00
parent 3095d12c5d
commit 97abf57a11
2 changed files with 6 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:versionCode="6" android:versionName="0.1.5">
android:versionCode="7" android:versionName="0.1.6">
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
<activity android:name=".KeePass"
android:label="@string/app_name">

View File

@@ -1,3 +1,8 @@
KeePassDroid (0.1.6)
* Implement 5 minute timeout when the application is inactive.
* Scroll comment field when the text overflows.
KeePassDroid (0.1.5)
* Improve file selection