Skip to content

Commit

Permalink
Upgrade version strings for 2nd beta release of v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Apr 28, 2016
1 parent 36accb0 commit c427f21
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.0.7 *(2016-04-20)*
Version 2.0.7 *(2016-05-05)*
----------------------------
* Fixed: Currency exchange rate does not accept very small rates (> 2 decimal places)
* Improved: Updated translations for Japanese, Polish, French,
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 = 0
def versionPatch = 7
def versionBuild = 0
def versionBuild = 2

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

0 comments on commit c427f21

Please sign in to comment.