diff --git a/README.md b/README.md index 61e86e4..4cc2b09 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ```kotlin dependencies { - implementation("io.github.kez-lab:compose-date-time-picker:0.0.2") + implementation("io.github.kez-lab:compose-date-time-picker:0.0.3") } ``` diff --git a/picker/build.gradle.kts b/picker/build.gradle.kts index 7f2d718..ba48648 100644 --- a/picker/build.gradle.kts +++ b/picker/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.github.kez-lab" -version = "0.0.2" +version = "0.0.3" android { namespace = "com.kez.picker" @@ -63,7 +63,7 @@ mavenPublishing { signAllPublications() - coordinates("io.github.kez-lab", "compose-date-time-picker", "0.0.2") + coordinates("io.github.kez-lab", "compose-date-time-picker", "0.0.3") pom { name = "Compose-DateTimePicker"