Skip to content

Commit 6401a42

Browse files
committed
Bump app version to 1.4.2
1 parent 163db9e commit 6401a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
object Version {
1313
private const val MAJOR = 1
1414
private const val MINOR = 4
15-
private const val PATCH = 1
15+
private const val PATCH = 2
1616

1717
const val CODE = MAJOR * 10000 + MINOR * 100 + PATCH
1818
const val NAME = "$MAJOR.$MINOR.$PATCH"

0 commit comments

Comments
 (0)