Skip to content

Commit d91872c

Browse files
authored
Update README.md
1 parent cd239f9 commit d91872c

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
@@ -59,15 +59,15 @@ kotlin {
5959
sourceSets {
6060
commonMain { // <--- name may vary on your project
6161
dependencies {
62-
implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.3"
62+
implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.5"
6363
}
6464
}
6565
}
6666
```
6767

6868
For JVM only:
6969
```
70-
implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.3"
70+
implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.5"
7171
```
7272

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

0 commit comments

Comments
 (0)