Skip to content

Commit

Permalink
build: bump version to 0.4.1 (10OC)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Sep 15, 2024
1 parent 690e40f commit 587a6e0
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 = 9
const val versionName = "0.4.0"
const val versionCode = 10
const val versionName = "0.4.1"
const val groupId = "io.github.ujizin"
const val artifactId = "camposer"
}

0 comments on commit 587a6e0

Please sign in to comment.