diff --git a/README.MD b/README.MD index 5ef3b13..8d5136e 100644 --- a/README.MD +++ b/README.MD @@ -82,7 +82,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("io.github.darkokoa:datetime-wheel-picker:1.0.0-beta01") + implementation("io.github.darkokoa:datetime-wheel-picker:1.0.0") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0") } } @@ -96,7 +96,7 @@ kotlin { ```kotlin dependencies { - implementation("io.github.darkokoa:datetime-wheel-picker:1.0.0-beta01") + implementation("io.github.darkokoa:datetime-wheel-picker:1.0.0") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0") } ``` diff --git a/gradle.properties b/gradle.properties index eaafaa3..3e821e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,16 +25,16 @@ org.jetbrains.compose.experimental.wasm.enabled=true # Maven Central GROUP=io.github.darkokoa POM_ARTIFACT_ID=datetime-wheel-picker -VERSION_NAME=1.0.0-beta01 +VERSION_NAME=1.0.0 POM_NAME=DateTime Wheel Picker POM_INCEPTION_YEAR=2024 -POM_DESCRIPTION=DateTime Wheel Picker for Compose Multiplatform -POM_URL=https://github.com/darkokoa/datetime-wheel-picker +POM_DESCRIPTION=Wheel Date & Time Picker in Compose Multiplatform +POM_URL=https://github.com/darkokoa/compose-datetime-wheel-picker -POM_SCM_URL=https://github.com/darkokoa/datetime-wheel-picker -POM_SCM_CONNECTION=scm:git:git://github.com/darkokoa/datetime-wheel-picker.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:darkokoa/datetime-wheel-picker.git +POM_SCM_URL=https://github.com/darkokoa/compose-datetime-wheel-picker +POM_SCM_CONNECTION=scm:git:git://github.com/darkokoa/compose-datetime-wheel-picker.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:darkokoa/compose-datetime-wheel-picker.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt