We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1bf11 commit d1b9945Copy full SHA for d1b9945
README.md
@@ -60,6 +60,6 @@ repositories {
60
}
61
62
dependencies {
63
- implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.0.0"
+ implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.1.0"
64
65
```
gradle.properties
@@ -26,7 +26,7 @@ compose.version=1.5.1
26
27
GROUP_ID=io.github.kevinnzou
28
ARTIFACT_ID=compose-progressIndicator-multiplatform
29
-VERSION_NAME=1.0.0
+VERSION_NAME=1.1.0
30
31
32
POM_DESCRIPTION=Custom Progress Indicator for JetBrains Compose Multiplatform
0 commit comments