We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f584668 commit 448f736Copy full SHA for 448f736
CHANGELOG.md
@@ -0,0 +1,6 @@
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
gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
22
org.gradle.internal.publish.checksums.insecure=true
23
24
GROUP=org.reduxkotlin
25
-VERSION_NAME=0.5.5
+VERSION_NAME=0.5.4
26
27
POM_ARTIFACT_ID=reduxkotlin-thunk
28
POM_DESCRIPTION=Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.
0 commit comments