Version bump.

This commit is contained in:
Brian Pellin
2009-01-26 23:44:46 -06:00
parent 4157d0c1ef
commit f3c4e8d0a9
2 changed files with 8 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="1" android:versionName="0.0.1">
android:versionName="0.1.1" android:versionCode="2">
<application android:label="@string/app_name" android:icon="@drawable/keepass_icon">
<activity android:name=".KeePass"
android:label="@string/app_name">

7
CHANGELOG Normal file
View File

@@ -0,0 +1,7 @@
KeePassDroid (0.1.1)
* Minor tweaks to layout.
KeePassdroid (0.0.1)
* Initial Release