Version bump.

This commit is contained in:
Brian Pellin
2010-02-27 00:11:06 -06:00
parent e21b55fec5
commit 4e06ad8d1e
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:versionName="1.0.4" android:versionCode="35">
android:versionCode="36" android:versionName="1.0.5">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
<supports-screens
android:smallScreens="true"

View File

@@ -1,3 +1,8 @@
KeePassDroid (1.0.5)
* Fix search after lock bug
* Add option to disable password masking by default
* Change service handling
KeePassDroid (1.0.4)
* Fix CRLF string issues