Skip to content

Commit

Permalink
Bump the lib version to 1.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed May 6, 2021
1 parent a2e052a commit ea7a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object publishingConfig {
const val hostRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"

const val artifactName = "valuepicker"
const val artifactVersion = "1.0.0"
const val artifactVersion = "1.0.1"
const val artifactDescription = "An Android library that provides a simple and customizable ValuePicker."

}
Expand Down

0 comments on commit ea7a97b

Please sign in to comment.