]> git.ktnx.net Git - mobile-ledger.git/commitdiff
prepare 0.9.3/23 rlease v0.9.3
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 10 Apr 2019 16:21:30 +0000 (19:21 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 10 Apr 2019 16:21:30 +0000 (19:21 +0300)
CHANGES.md
app/build.gradle
metadata/en-US/changelogs/23.txt [new file with mode: 0644]

index ce77aa0313b51fa342103bb21a4156f4a949f90b..1771aab870ede9f6d8c4d65d549439741a9c46e7 100644 (file)
@@ -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
index d3cbd33923ddb1ed19d48d994a04e4435b209229..4a4d6a39499dc34f77f04eb8a250de022aa0b245 100644 (file)
@@ -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 (file)
index 0000000..5e9c798
--- /dev/null
@@ -0,0 +1,2 @@
+ * FIXED:
+  - fix saving of new transactions from the app shortcut when the main app is not running