Version bump.

This commit is contained in:
Brian Pellin
2009-03-11 21:47:41 -05:00
parent dca247362e
commit cda06b1eb5
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:versionCode="7" android:versionName="0.1.6">
android:versionCode="8" android:versionName="0.1.7">
<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,7 @@
KeePassDroid (0.1.7)
* Clear usernames and passwords from the clipboard after 30 seconds.
KeePassDroid (0.1.6)
* Implement 5 minute timeout when the application is inactive.