Skip to content

Commit

Permalink
version update 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Nov 20, 2024
1 parent 5e1c53c commit 9729f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```
Expand Down
4 changes: 2 additions & 2 deletions picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.github.kez-lab"
version = "0.0.2"
version = "0.0.3"

android {
namespace = "com.kez.picker"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9729f46

Please sign in to comment.