We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909b773 commit cbc3f7fCopy full SHA for cbc3f7f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Change Log
2
===============================================================================
3
+Version 1.6.2 *(2015-07-16)*
4
+----------------------------
5
+* Fixed: Editing accounts causing the account's transactions to be deleted
6
+
7
Version 1.6.1 *(2015-07-08)*
8
----------------------------
9
* Fixed: Crash when importing some scheduled transations with custom period strings
app/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'crashlytics'
def versionMajor = 1
def versionMinor = 6
-def versionPatch = 1
+def versionPatch = 2
def versionBuild = 0
10
11
def buildTime() {
0 commit comments