Skip to content

Commit 413eb0c

Browse files
authored
Update README.md
1 parent 8a35601 commit 413eb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ kotlin {
4141
sourceSets {
4242
commonMain { // <--- name may vary on your project
4343
dependencies {
44-
implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.7"
44+
implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.9"
4545
}
4646
}
4747
}
4848
```
4949

5050
For JVM only:
5151
```
52-
implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.7"
52+
implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.9"
5353
```
5454

5555
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat

0 commit comments

Comments
 (0)