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 0f9772e commit 428b762Copy full SHA for 428b762
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## [0.3.2] - 2020-02-22
4
+ - issue #34 - incorrect same thread enforcement behavior fixed
5
+
6
## [0.3.1] - 2019-12-16
7
8
### Changed
gradle.properties
@@ -21,7 +21,7 @@ android.enableJetifier=true
21
kotlin.code.style=official
22
23
GROUP=org.reduxkotlin.redux-kotlin
24
-VERSION_NAME=0.1.1
+VERSION_NAME=0.3.2
25
26
POM_ARTIFACT_ID=reduxkotlin
27
POM_DESCRIPTION=Redux implementation for Kotlin. Mulitiplatform supported.
0 commit comments