Skip to content

Commit 13304f0

Browse files
committed
Update app version for v2.3.0 final release
1 parent f128ed9 commit 13304f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change Log
22
===============================================================================
3-
Version 2.3.0 *(2017-09-xx)*
3+
Version 2.3.0 *(2018-01-10)*
44
----------------------------
55
* Feature #544: Use double confirmation dialog boxes before irreversible actions
66
* Fixed #723, #743: Split transactions saved with incorrect sign

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66
def versionMajor = 2
77
def versionMinor = 3
88
def versionPatch = 0
9-
def versionBuild = 3
9+
def versionBuild = 4
1010

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

0 commit comments

Comments
 (0)