Skip to content

Commit 23cc6dd

Browse files
authored
Merge pull request #7 from KhubaibKhan4/features
-Local Notifications Integration
2 parents 09a6033 + 05cec76 commit 23cc6dd

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
@@ -41,30 +41,30 @@ You can include Alert-KMP in your project by adding the following dependency:
4141
**Version Catalog**
4242
```toml
4343
[versions]
44-
alertKmp = "1.0.8"
44+
alertKmp = "2.0.0"
4545

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

5050
```groovy
51-
implementation("io.github.khubaibkhan4:alert-kmp:1.0.8")
51+
implementation("io.github.khubaibkhan4:alert-kmp:2.0.0")
5252
```
5353

5454
### Platform Specific
5555
```
5656
**alert-kmp-jvm**
57-
implementation("io.github.khubaibkhan4:alert-kmp-jvm:1.0.8")
57+
implementation("io.github.khubaibkhan4:alert-kmp-jvm:2.0.0")
5858
5959
**alert-kmp-android**
60-
implementation("io.github.khubaibkhan4:alert-kmp-android:1.0.8")
60+
implementation("io.github.khubaibkhan4:alert-kmp-android:2.0.0")
6161
6262
**alert-kmp-js**
63-
implementation("io.github.khubaibkhan4:alert-kmp-js:1.0.8")
63+
implementation("io.github.khubaibkhan4:alert-kmp-js:2.0.0")
6464
6565
6666
**alert-kmp-wasm-js**
67-
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1.0.8")
67+
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:2.0.0")
6868
6969
7070
```

0 commit comments

Comments
 (0)