Skip to content

Commit 3192638

Browse files
committed
Update version numbers for v2.1.5 final release
1 parent b9320ee commit 3192638

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
@@ -1,6 +1,6 @@
11
Change Log
22
===============================================================================
3-
Version 2.1.5 *(2017-04-01)*
3+
Version 2.1.5 *(2017-04-04)*
44
----------------------------
55
* Fixed: Widget button for placeholder accounts tries to create transactions
66
* Fixed: App crashes when screen orientation changes while viewing reports (#633)

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 = 1
99
def versionPatch = 5
10-
def versionBuild = 3
10+
def versionBuild = 4
1111

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

0 commit comments

Comments
 (0)