We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69f096 commit bc93375Copy full SHA for bc93375
README.md
@@ -68,6 +68,6 @@ repositories {
68
}
69
70
dependencies {
71
- implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.2.0"
+ implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.3.0"
72
73
```
gradle.properties
@@ -26,7 +26,7 @@ compose.version=1.5.1
26
27
GROUP=io.github.kevinnzou
28
POM_ARTIFACT_ID=compose-progressIndicator-multiplatform
29
-VERSION_NAME=1.2.0
+VERSION_NAME=1.3.0
30
31
POM_NAME=Compose Progress Indicator Multiplatform
32
POM_INCEPTION_YEAR=2023
0 commit comments