File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
website/docs/introduction Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## [ 0.3.2] - 2020-02-22
4+ - issue #34 - incorrect same thread enforcement behavior fixed
5+
36## [ 0.3.1] - 2019-12-16
47
58### Changed
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android.enableJetifier=true
2121kotlin.code.style =official
2222
2323GROUP =org.reduxkotlin.redux-kotlin
24- VERSION_NAME =0.1.1
24+ VERSION_NAME =0.3.2
2525
2626POM_ARTIFACT_ID =reduxkotlin
2727POM_DESCRIPTION =Redux implementation for Kotlin. Mulitiplatform supported.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ kotlin {
3333 sourceSets {
3434 commonMain {
3535 dependencies {
36- implementation "org.reduxkotlin:redux-kotlin:0.3.1 "
36+ implementation "org.reduxkotlin:redux-kotlin:0.3.2 "
3737 }
3838 }
3939 }
@@ -47,7 +47,7 @@ __For single platform project (i.e. just Android):__
4747
4848``` groovy
4949dependencies {
50- implementation "org.reduxkotlin:redux-kotlin:0.3.1 "
50+ implementation "org.reduxkotlin:redux-kotlin:0.3.2 "
5151}
5252```
5353
You can’t perform that action at this time.
0 commit comments