Skip to content

Commit c427f21

Browse files
committed
Upgrade version strings for 2nd beta release of v2.0.7
1 parent 36accb0 commit c427f21

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.0.7 *(2016-04-20)*
3+
Version 2.0.7 *(2016-05-05)*
44
----------------------------
55
* Fixed: Currency exchange rate does not accept very small rates (> 2 decimal places)
66
* Improved: Updated translations for Japanese, Polish, French,

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66
def versionMajor = 2
77
def versionMinor = 0
88
def versionPatch = 7
9-
def versionBuild = 0
9+
def versionBuild = 2
1010

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

0 commit comments

Comments
 (0)