Skip to content

Commit

Permalink
build: bump release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 30, 2022
1 parent 3629b85 commit cc4c04f
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 = 1
const val versionName = "0.1.0"
const val versionCode = 2
const val versionName = "0.1.1"
const val groupId = "io.github.ujizin"
const val artifactId = "camposer"
}

1 comment on commit cc4c04f

@vanshg
Copy link
Contributor

@vanshg vanshg commented on cc4c04f Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ujizin You might also want to bump the API version in the README badge

Please sign in to comment.