From: Damyan Ivanov Date: Wed, 10 Apr 2019 16:21:30 +0000 (+0300) Subject: prepare 0.9.3/23 rlease X-Git-Tag: v0.9.3 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=f3e699d0d51a9bc383f097b947d3164e2f83c716;hp=c0a2a2d5aa42ad56f76dfe73ba10250e11e7f3fd prepare 0.9.3/23 rlease --- diff --git a/CHANGES.md b/CHANGES.md index ce77aa03..1771aab8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## [0.9.3] - 2019-04-10 + + * FIXED + - fix saving of new transactions from the app shortcut when the main app is not running + ## [0.9.2] - 2019-04-08 * FIXED - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running diff --git a/app/build.gradle b/app/build.gradle index d3cbd339..4a4d6a39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 22 - versionName '0.9.2' + versionCode 23 + versionName '0.9.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/metadata/en-US/changelogs/23.txt b/metadata/en-US/changelogs/23.txt new file mode 100644 index 00000000..5e9c7989 --- /dev/null +++ b/metadata/en-US/changelogs/23.txt @@ -0,0 +1,2 @@ + * FIXED: + - fix saving of new transactions from the app shortcut when the main app is not running