Skip to content

Commit

Permalink
feat:Release Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Mar 20, 2024
1 parent dfc13ca commit a0ff07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.kevinnzou:compose-swipebox-multiplatform:1.0.0")
implementation("io.github.kevinnzou:compose-swipebox-multiplatform:1.2.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dokka.version=1.9.0

GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-swipebox-multiplatform
VERSION_NAME=1.0.0
VERSION_NAME=1.2.0

POM_NAME=Compose SwipeBox Multiplatform
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit a0ff07b

Please sign in to comment.