We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents debd921 + 3c26b27 commit c161118Copy full SHA for c161118
2 files changed
CHANGELOG.md
@@ -7,7 +7,7 @@ Version 2.3.0 *(2017-09-xx)*
7
* Improved: Remove .zip extension from backup files and XML exports
8
* Improved: Split handling and saving
9
10
-Version 2.2.1 *(2017-09-01)*
+Version 2.2.1 *(2017-08-31)*
11
----------------------------
12
* Fixed #343: Transaction notes are not exported in QIF exports
13
* Fixed #649: Commas in the account name cause errors in report generation
app/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
6
def versionMajor = 2
def versionMinor = 2
def versionPatch = 1
-def versionBuild = 1
+def versionBuild = 2
static def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
0 commit comments