Skip to content

Commit

Permalink
Bump app version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPushkin committed May 19, 2024
1 parent 9f9474d commit e3c0bbe
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 @@ -11,7 +11,7 @@ plugins {
object Version {
private const val MAJOR = 1
private const val MINOR = 4
private const val PATCH = 0
private const val PATCH = 1

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

0 comments on commit e3c0bbe

Please sign in to comment.