Skip to content

Commit cbc3f7f

Browse files
committed
Updated version number and changelog for v1.6.2 release
1 parent 909b773 commit cbc3f7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change Log
22
===============================================================================
3+
Version 1.6.2 *(2015-07-16)*
4+
----------------------------
5+
* Fixed: Editing accounts causing the account's transactions to be deleted
6+
37
Version 1.6.1 *(2015-07-08)*
48
----------------------------
59
* Fixed: Crash when importing some scheduled transations with custom period strings

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 = 1
8+
def versionPatch = 2
99
def versionBuild = 0
1010

1111
def buildTime() {

0 commit comments

Comments
 (0)