Skip to content

Commit 032a240

Browse files
committed
Updated version number and release notes for v1.6.3
1 parent 4da817e commit 032a240

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22
===============================================================================
3+
Version 1.6.3 *(2015-08-09)*
4+
----------------------------
5+
* Fixed: Transfer account ignored when saving transaction with one split (after opening split editor)
6+
* Fixed: Crash when exporting scheduled transactions when there are scheduled backups present
7+
* Added: Polish translation
8+
39
Version 1.6.2 *(2015-07-16)*
410
----------------------------
511
* Fixed: Editing accounts causing the account's transactions to be deleted

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'crashlytics'
55

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

1111
def buildTime() {

0 commit comments

Comments
 (0)