Skip to content

Commit

Permalink
[Version] Updated to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OffRange committed Feb 10, 2024
1 parent dcc591f commit 6f17141
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 @@ -14,7 +14,7 @@ android {

val runTasks = gradle.startParameter.taskNames
val isDebugBuild = runTasks.any { it.contains("assembleDebug") }
val build = 97 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
val build = 98 // alpha 0-31 | beta 32-63 | rc 64-95 | stable 96-99
val major = 1
val minor = 2
val patch = 0
Expand Down

0 comments on commit 6f17141

Please sign in to comment.