Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkokoa committed Jun 11, 2024
1 parent b1f1640 commit 9880285
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand All @@ -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")
}
```
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]: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://[email protected]: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
Expand Down

0 comments on commit 9880285

Please sign in to comment.