Skip to content

Commit

Permalink
build: bump version to 0.3.2 (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 13, 2023
1 parent 44627d7 commit da58052
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 = 33
const val targetSdk = 33
const val minSdk = 21
const val versionCode = 7
const val versionName = "0.3.1"
const val versionCode = 8
const val versionName = "0.3.2"
const val groupId = "io.github.ujizin"
const val artifactId = "camposer"
}

0 comments on commit da58052

Please sign in to comment.