Skip to content

Commit

Permalink
build: bump versionCode to 19 and versionName to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed May 14, 2023
1 parent 1c117d3 commit 92c8314
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 { 18 }
val appVersionName by extra { "0.11.0" }
val appVersionCode by extra { 19 }
val appVersionName by extra { "0.11.1" }

0 comments on commit 92c8314

Please sign in to comment.