Skip to content

Commit

Permalink
build: bump version to 0.4.3 (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Jan 4, 2025
1 parent 16a7033 commit 5d999ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ujizin/camposer/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object Config {
const val compileSdk = 34
const val targetSdk = 34
const val minSdk = 21
const val versionCode = 11
const val versionName = "0.4.2"
const val versionCode = 12
const val versionName = "0.4.3"
const val groupId = "io.github.ujizin"
const val artifactId = "camposer"
}

0 comments on commit 5d999ab

Please sign in to comment.