From cda06b1eb5f2adc1cb7e39f8859b293275ae1e89 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Wed, 11 Mar 2009 21:47:41 -0500 Subject: [PATCH] Version bump. --- AndroidManifest.xml | 2 +- CHANGELOG | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f0bd9abd1..aae39ac0d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="8" android:versionName="0.1.7"> diff --git a/CHANGELOG b/CHANGELOG index f2cf28eb4..45ba27bbd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.