File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ ## [ 0.5.4] - 2020-08-16
4+ - kotlin 1.4.0 final
5+ - change test.yml to just run a build (currently no tests)
6+ - update to redux-kotlin 0.5.5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ kotlin.code.style=official
2222org.gradle.internal.publish.checksums.insecure =true
2323
2424GROUP =org.reduxkotlin
25- VERSION_NAME =0.5.3
25+ VERSION_NAME =0.5.4
2626
2727POM_ARTIFACT_ID =reduxkotlin-thunk
2828POM_DESCRIPTION =Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.
Original file line number Diff line number Diff line change 11ext. versions = [
2- kotlin : ' 1.3.72 ' ,
2+ kotlin : ' 1.4.0 ' ,
33 dokka : ' 0.9.17' ,
44 spek : ' 2.1.0-alpha.0.9+3d5d865' ,
55 atrium : ' 0.8.0' ,
6- redux : ' 0.5.3 '
6+ redux : ' 0.5.5 '
77]
88
99ext. deps = [
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments