Skip to content

Commit

Permalink
Increase version number 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffgiraldez committed Aug 29, 2022
1 parent 2f7e780 commit df6426a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

group = "com.godaddy"
version = "0.4.2"
version = "0.5.0"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion color-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ publishing {
publications.withType(MavenPublication::class) {
groupId = "com.godaddy.android.colorpicker"
artifactId = "compose-color-picker"
version = "0.4.2"
version = "0.5.0"

artifact(tasks["javadocJar"])

Expand Down

0 comments on commit df6426a

Please sign in to comment.