Skip to content

Commit 3c26b27

Browse files
committed
Update version numbers for v2.2.1 release
1 parent 8ff1c75 commit 3c26b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version 2.3.0 *(2017-09-xx)*
44
----------------------------
55
* Improved #696: QIF files are now always zipped regardless of the export destination
66

7-
Version 2.2.1 *(2017-09-01)*
7+
Version 2.2.1 *(2017-08-31)*
88
----------------------------
99
* Fixed #343: Transaction notes are not exported in QIF exports
1010
* 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
@@ -7,7 +7,7 @@ apply plugin: 'android-apt'
77
def versionMajor = 2
88
def versionMinor = 2
99
def versionPatch = 1
10-
def versionBuild = 1
10+
def versionBuild = 2
1111

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

0 commit comments

Comments
 (0)