Skip to content

Commit

Permalink
Merge branch 'hotfix/patches' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 31, 2017
2 parents debd921 + 3c26b27 commit c161118
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 @@ -7,7 +7,7 @@ Version 2.3.0 *(2017-09-xx)*
* Improved: Remove .zip extension from backup files and XML exports
* Improved: Split handling and saving

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 @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
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'")
Expand Down

0 comments on commit c161118

Please sign in to comment.