Skip to content

Commit 367b2b2

Browse files
authored
Update README.md
1 parent 4dbc93a commit 367b2b2

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
@@ -64,15 +64,15 @@ kotlin {
6464
sourceSets {
6565
commonMain { // <--- name may vary on your project
6666
dependencies {
67-
implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.7"
67+
implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.8"
6868
}
6969
}
7070
}
7171
```
7272

7373
For JVM only:
7474
```
75-
implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.7"
75+
implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.8"
7676
```
7777

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

0 commit comments

Comments
 (0)