Skip to content

Commit

Permalink
build: bump versionCode to 22 and versionName to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Sep 25, 2023
1 parent 28231af commit 78913ee
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.layout.buildDirectory)
}

val appVersionCode by extra { 21 }
val appVersionName by extra { "0.13.0" }
val appVersionCode by extra { 22 }
val appVersionName by extra { "0.13.1" }

0 comments on commit 78913ee

Please sign in to comment.