Skip to content

Commit

Permalink
Update version numbers for v2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Dec 11, 2015
1 parent 68ee04c commit 0f10259
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
===============================================================================
Version 2.0.5 *(2015-12-12)*
----------------------------
* Fixed: Wrong decimal formatting in multi-currency transactions
* Improved: Reliability of exports

Version 2.0.4 *(2015-12-02)*
----------------------------
* Fixed: Transaction export time not always working reliably
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Matthew Hague <matthewhague@zoho.com>
Spanti Nicola <rydroid_dev@yahoo.com>
Jesse Shieh <jesse.shieh.pub@gmail.com>
Terry Chung <terrywmc@gmail.com>
Caesar Wirth <cjwirth@gmail.com>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'io.fabric'

def versionMajor = 2
def versionMinor = 0
def versionPatch = 4
def versionPatch = 5
def versionBuild = 0

def buildTime() {
Expand Down Expand Up @@ -119,7 +119,7 @@ android {

}


compileOptions { //we want switch with strings during xml parsing
encoding "UTF-8"
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 0f10259

Please sign in to comment.