Version bump.

This commit is contained in:
Brian Pellin
2010-03-17 22:29:38 -05:00
parent 607c28d761
commit 67f30e2a67
2 changed files with 7 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="37" android:versionName="1.0.5.1">
android:versionName="1.0.6" android:versionCode="38">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
<supports-screens
android:smallScreens="true"

View File

@@ -1,3 +1,9 @@
KeePassDroid (1.0.6)
* Update Italian translations
* Font size setting
* URL decoding fix
* TAN handling
KeePassDroid (1.0.5.1)
* Restore timeout to 5 minutes instead of 20 seconds