Skip to content

Commit

Permalink
build: bump versionCode to 20 and versionName to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Jun 2, 2023
1 parent ebf125c commit d13ce4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tasks.create<Delete>("clean") {
delete(rootProject.buildDir)
}

val appVersionCode by extra { 19 }
val appVersionName by extra { "0.11.1" }
val appVersionCode by extra { 20 }
val appVersionName by extra { "0.12.0" }

0 comments on commit d13ce4e

Please sign in to comment.