Skip to content

Commit 8ecc767

Browse files
committed
-v1.0.8 Version Bump
1 parent 95621e0 commit 8ecc767

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,30 @@ You can include Alert-KMP in your project by adding the following dependency:
4040
**Version Catalog**
4141
```toml
4242
[versions]
43-
alertKmp = "1.0.7"
43+
alertKmp = "1.0.8"
4444

4545
[libraries]
4646
alert-kmp = { module = "io.github.khubaibkhan4:alert-kmp", version.ref = "alertKmp" }
4747
```
4848

4949
```groovy
50-
implementation("io.github.khubaibkhan4:alert-kmp:1.0.7")
50+
implementation("io.github.khubaibkhan4:alert-kmp:1.0.8")
5151
```
5252

5353
### Platform Specific
5454
```
5555
**alert-kmp-jvm**
56-
implementation("io.github.khubaibkhan4:alert-kmp-jvm:1.0.7")
56+
implementation("io.github.khubaibkhan4:alert-kmp-jvm:1.0.8")
5757
5858
**alert-kmp-android**
59-
implementation("io.github.khubaibkhan4:alert-kmp-android:1.0.7")
59+
implementation("io.github.khubaibkhan4:alert-kmp-android:1.0.8")
6060
6161
**alert-kmp-js**
62-
implementation("io.github.khubaibkhan4:alert-kmp-js:1.0.7")
62+
implementation("io.github.khubaibkhan4:alert-kmp-js:1.0.8")
6363
6464
6565
**alert-kmp-wasm-js**
66-
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1.0.7")
66+
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1.0.8")
6767
6868
6969
```

0 commit comments

Comments
 (0)