Skip to content

Commit

Permalink
Bump app version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPushkin committed Aug 29, 2024
1 parent 163db9e commit 6401a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
object Version {
private const val MAJOR = 1
private const val MINOR = 4
private const val PATCH = 1
private const val PATCH = 2

const val CODE = MAJOR * 10000 + MINOR * 100 + PATCH
const val NAME = "$MAJOR.$MINOR.$PATCH"
Expand Down

0 comments on commit 6401a42

Please sign in to comment.