Skip to content

Commit

Permalink
Prepare 0.2.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavmee committed Nov 24, 2023
1 parent 5518a63 commit 256ae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ fun AppNavigation() {

```kotlin
plugins {
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.20"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21"
}

val commonMain by getting {
dependencies {
implementation("moe.tlaster:precompose:1.5.7")
implementation("tech.annexflow.precompose:navigation-typesafe:0.2.0")
implementation("tech.annexflow.precompose:navigation-typesafe:0.2.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.1")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SONATYPE_CONNECT_TIMEOUT_SECONDS=600
SONATYPE_CLOSE_TIMEOUT_SECONDS=1800

GROUP=tech.annexflow.precompose
VERSION_NAME=0.2.0
VERSION_NAME=0.2.1

POM_URL=https://github.com/lavmee/precompose-navigation-typesafe/
POM_SCM_URL=https://github.com/lavmee/precompose-navigation-typesafe/
Expand Down

0 comments on commit 256ae8f

Please sign in to comment.