Skip to content

Commit

Permalink
- updated reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashif-E committed Nov 7, 2024
1 parent 2499559 commit c1b21a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
- For Voyager

```Kotlin
implementation("io.github.kashif-mehmood-km:voyant-voyagerx:0.0.7")
implementation("io.github.kashif-mehmood-km:voyant-voyagerx:latest")
```
- For compose Navigation

```Kotlin
implementation("io.github.kashif-mehmood-km:voyant-navigation-compose:0.0.6")
implementation("io.github.kashif-mehmood-km:voyant-navigation-compose:latest")
```

## Swift UI
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.kashif-mehmood-km",
artifactId = "common",
version = "0.0.8"
version = "0.0.9"
)


Expand Down
2 changes: 1 addition & 1 deletion navigationComposeX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.kashif-mehmood-km",
artifactId = "voyant-navigation-compose",
version = "0.0.8"
version = "0.0.9"
)


Expand Down
2 changes: 1 addition & 1 deletion voyagerX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies { implementation(libs.androidx.core.ktx) }

mavenPublishing {
coordinates(
groupId = "io.github.kashif-mehmood-km", artifactId = "voyant-voyagerx", version = "0.0.8")
groupId = "io.github.kashif-mehmood-km", artifactId = "voyant-voyagerx", version = "0.0.9")

pom {
name.set("Voyant-VoyagerX")
Expand Down

0 comments on commit c1b21a1

Please sign in to comment.