Skip to content

Commit

Permalink
Updated version number and release notes for v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 9, 2015
1 parent 4da817e commit 032a240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Change Log
===============================================================================
Version 1.6.3 *(2015-08-09)*
----------------------------
* Fixed: Transfer account ignored when saving transaction with one split (after opening split editor)
* Fixed: Crash when exporting scheduled transactions when there are scheduled backups present
* Added: Polish translation

Version 1.6.2 *(2015-07-16)*
----------------------------
* Fixed: Editing accounts causing the account's transactions to be deleted
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'crashlytics'

def versionMajor = 1
def versionMinor = 6
def versionPatch = 2
def versionPatch = 3
def versionBuild = 0

def buildTime() {
Expand Down

0 comments on commit 032a240

Please sign in to comment.