Skip to content

Commit 78fa394

Browse files
committedJun 15, 2018
Update version number for v2.4.0 final release
1 parent 359e242 commit 78fa394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change Log
22
===============================================================================
3-
Version 2.4.0 *(2018-06-xx)*
3+
Version 2.4.0 *(2018-06-15)*
44
----------------------------
55
* Feature #665: Adds CSV export format
66
* Feature #544: Add extra checkbox confirmation for irreversible actions

‎app/build.gradle

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.