We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3de98b commit 5dbc9f8Copy full SHA for 5dbc9f8
2 files changed
README.md
@@ -84,7 +84,7 @@ kotlin {
84
sourceSets {
85
commonMain {
86
dependencies {
87
- implementation("io.github.kevinnzou:compose-multiplatform-lifecycle-tracker:0.0.1")
+ implementation("io.github.kevinnzou:compose-multiplatform-lifecycle-tracker:0.0.2")
88
}
89
90
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.1
+VERSION_NAME=0.0.2
30
31
POM_NAME=Compose Multiplatform Lifecycle Tracker
32
POM_INCEPTION_YEAR=2024
0 commit comments