Skip to content

Commit

Permalink
build: bump version name and code to 0.4.0 (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Jan 14, 2024
1 parent f189cfb commit eb17c1d
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 = 8
const val versionName = "0.3.2"
const val versionCode = 9
const val versionName = "0.4.0"
const val groupId = "io.github.ujizin"
const val artifactId = "camposer"
}

0 comments on commit eb17c1d

Please sign in to comment.