Skip to content

Commit d58bb9a

Browse files
authored
Merge pull request #10 from reduxkotlin/feature/redux-update-0.3.1
update to reduxkotlin 0.3.1 & kotlin 1.3.61
2 parents e228858 + b1ef27b commit d58bb9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.8"
67+
implementation "org.reduxkotlin:redux-kotlin-thunk:0.3.1"
6868
}
6969
}
7070
}
7171
```
7272

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

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

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext.versions = [
2-
kotlin : '1.3.60',
2+
kotlin : '1.3.61',
33
dokka : '0.9.17',
44
spek : '2.1.0-alpha.0.9+3d5d865',
55
atrium : '0.8.0',
6-
redux : '0.2.9'
6+
redux : '0.3.1'
77
]
88

99
ext.deps = [

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-multiplatform'
77
archivesBaseName = 'redux-kotlin-thunk'
88

99
group 'org.reduxkotlin'
10-
version '0.2.9'
10+
version '0.3.1'
1111

1212
kotlin {
1313
jvm()

0 commit comments

Comments
 (0)