Skip to content

Commit c161118

Browse files
committed
Merge branch 'hotfix/patches' into develop
2 parents debd921 + 3c26b27 commit c161118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 2.3.0 *(2017-09-xx)*
77
* Improved: Remove .zip extension from backup files and XML exports
88
* Improved: Split handling and saving
99

10-
Version 2.2.1 *(2017-09-01)*
10+
Version 2.2.1 *(2017-08-31)*
1111
----------------------------
1212
* Fixed #343: Transaction notes are not exported in QIF exports
1313
* Fixed #649: Commas in the account name cause errors in report generation

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66
def versionMajor = 2
77
def versionMinor = 2
88
def versionPatch = 1
9-
def versionBuild = 1
9+
def versionBuild = 2
1010

1111
static def buildTime() {
1212
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

0 commit comments

Comments
 (0)