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 e8c3743 commit 7e76c09Copy full SHA for 7e76c09
README.md
@@ -100,7 +100,7 @@ kotlin {
100
sourceSets {
101
commonMain {
102
dependencies {
103
- implementation("io.github.kevinnzou:compose-multiplatform-lifecycle-tracker:0.0.2")
+ implementation("io.github.kevinnzou:compose-multiplatform-lifecycle-tracker:1.0.0")
104
}
105
106
gradle.properties
@@ -26,7 +26,7 @@ maven-publish.version=0.25.3
26
27
GROUP=io.github.kevinnzou
28
POM_ARTIFACT_ID=compose-multiplatform-lifecycle-tracker
29
-VERSION_NAME=0.0.2
+VERSION_NAME=1.0.0
30
31
POM_NAME=Compose Multiplatform Lifecycle Tracker
32
POM_INCEPTION_YEAR=2024
0 commit comments