Skip to content

Commit c0d00e1

Browse files
committed
Update version number and changelog for v2.0.7 release
1 parent bee63a9 commit c0d00e1

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
===============================================================================
3+
Version 2.0.7 *(2016-04-20)*
4+
----------------------------
5+
* Fixed: Currency exchange rate does not accept very small rates (> 2 decimal places)
6+
* Improved: Updated translations for Japanese, Polish, French,
7+
38
Version 2.0.6 *(2016-02-20)*
49
----------------------------
510
* Fixed: Saving transaction gets slower with increase in size of database

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ apply plugin: 'io.fabric'
55

66
def versionMajor = 2
77
def versionMinor = 0
8-
def versionPatch = 6
9-
def versionBuild = 3
8+
def versionPatch = 7
9+
def versionBuild = 0
1010

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

0 commit comments

Comments
 (0)