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 Oct 9, 2023
1 parent ece9466 commit a6c0bff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ repositories {
}
dependencies {
implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.1.0"
implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.2.0"
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compose.version=1.5.1

GROUP_ID=io.github.kevinnzou
ARTIFACT_ID=compose-progressIndicator-multiplatform
VERSION_NAME=1.1.0
VERSION_NAME=1.2.0


POM_DESCRIPTION=Custom Progress Indicator for JetBrains Compose Multiplatform
Expand Down
2 changes: 1 addition & 1 deletion progressIndicator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("multiplatform")
id("com.android.library")
id("org.jetbrains.compose")
id("convention.publication")
// id("convention.publication")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "compose-progressIndicator-multiplatform"
include(":sample:androidApp")
include(":progressIndicator")
include(":sample:desktopApp")
includeBuild("convention-plugins")
//includeBuild("convention-plugins")

pluginManagement {
repositories {
Expand Down

0 comments on commit a6c0bff

Please sign in to comment.