Skip to content

Commit

Permalink
Update version numbers for v2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 31, 2017
1 parent 8ff1c75 commit 3c26b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version 2.3.0 *(2017-09-xx)*
----------------------------
* Improved #696: QIF files are now always zipped regardless of the export destination

Version 2.2.1 *(2017-09-01)*
Version 2.2.1 *(2017-08-31)*
----------------------------
* Fixed #343: Transaction notes are not exported in QIF exports
* Fixed #649: Commas in the account name cause errors in report generation
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'android-apt'
def versionMajor = 2
def versionMinor = 2
def versionPatch = 1
def versionBuild = 1
def versionBuild = 2

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

0 comments on commit 3c26b27

Please sign in to comment.