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 8ff1c75 commit 3c26b27Copy full SHA for 3c26b27
CHANGELOG.md
@@ -4,7 +4,7 @@ Version 2.3.0 *(2017-09-xx)*
4
----------------------------
5
* Improved #696: QIF files are now always zipped regardless of the export destination
6
7
-Version 2.2.1 *(2017-09-01)*
+Version 2.2.1 *(2017-08-31)*
8
9
* Fixed #343: Transaction notes are not exported in QIF exports
10
* Fixed #649: Commas in the account name cause errors in report generation
app/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'android-apt'
def versionMajor = 2
def versionMinor = 2
def versionPatch = 1
-def versionBuild = 1
+def versionBuild = 2
11
12
def buildTime() {
13
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
0 commit comments