Skip to content

Commit

Permalink
Update library version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghshubham777 authored Dec 1, 2024
1 parent 447ab65 commit 5b64141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ simple and effective way to consume these native APIs in a Kotlin/Compose Multip
Add the following to your shared module's `build.gradle.kts`:

```kotlin
implementation("io.github.shubhamsinghshubham777:khealth:1.0.0")
implementation("io.github.shubhamsinghshubham777:khealth:1.1.0")
```

or add it to your version catalog:

```toml
[versions]
khealth = "1.0.0"
khealth = "1.1.0"

[libraries]
khealth = { module = "io.github.shubhamsinghshubham777:khealth", version.ref = "khealth" }
Expand Down

0 comments on commit 5b64141

Please sign in to comment.