Skip to content

Commit

Permalink
build: bump versionCode to 21 and versionName to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Aug 27, 2023
1 parent 001ef4a commit 14ac153
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 @@ -37,5 +37,5 @@ tasks.create<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}

val appVersionCode by extra { 20 }
val appVersionName by extra { "0.12.0" }
val appVersionCode by extra { 21 }
val appVersionName by extra { "0.13.0" }

0 comments on commit 14ac153

Please sign in to comment.