From 69c28763a1ae01bb24ef64253040e45febf669f1 Mon Sep 17 00:00:00 2001 From: Ngewi Fet Date: Sat, 22 Jun 2013 17:39:42 +0200 Subject: [PATCH] Updated strings and change log for 1.2.1 release --- CHANGELOG.md | 5 +++-- app/AndroidManifest.xml | 4 ++-- app/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b714146..c364067a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ Change Log =============================================================================== -Version 1.2.1 *(2013-xx-xx)* +Version 1.2.1 *(2013-06-22)* ---------------------------- -* Improved performance for loading list of accounts +* Fixed: crash when opening Settings on devices with Gingerbread or earlier +* Improved performance for loading list of accounts and transactions * Show progress dialog for importing accounts and improve reliability Version 1.2.0 *(2013-06-20)* diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 58fb059ea..8608200d5 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="9" + android:versionName="1.2.1" > diff --git a/app/pom.xml b/app/pom.xml index 358b927d8..1f578e5fe 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.2.0-SNAPSHOT + 1.2.1 org.gnucash.android gnucash-android-parent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3b6cb4c66..5cc11206c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.2.0-SNAPSHOT + 1.2.1 org.gnucash.android gnucash-android-parent diff --git a/pom.xml b/pom.xml index 7bd70c8aa..2caf2e195 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.2.0-SNAPSHOT + 1.2.1 org.gnucash.android gnucash-android-parent GnuCash Android parent