From 9daa6f36744277c4a52779ad187bfae008c6d60c Mon Sep 17 00:00:00 2001 From: darkokoa Date: Tue, 11 Jun 2024 21:56:40 +0800 Subject: [PATCH] 1.0.0 --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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