Skip to content

Commit

Permalink
Update version numbers for v2.1.5 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Apr 4, 2017
1 parent b9320ee commit 3192638
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
@@ -1,6 +1,6 @@
Change Log
===============================================================================
Version 2.1.5 *(2017-04-01)*
Version 2.1.5 *(2017-04-04)*
----------------------------
* Fixed: Widget button for placeholder accounts tries to create transactions
* Fixed: App crashes when screen orientation changes while viewing reports (#633)
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 = 1
def versionPatch = 5
def versionBuild = 3
def versionBuild = 4

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

0 comments on commit 3192638

Please sign in to comment.