Skip to content

Commit 3548063

Browse files
authored
Merge pull request #31 from reduxkotlin/task/update-docs
update docs for 0.2.9
2 parents 503579d + 87beb5c commit 3548063

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [0.2.9] - 2019-11-23
2+
3+
### Changed
4+
- update Kotlin to 1.3.60
5+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ kotlin {
4444
sourceSets {
4545
commonMain { // <--- name may vary on your project
4646
dependencies {
47-
implementation "org.reduxkotlin:redux-kotlin:0.2.6"
47+
implementation "org.reduxkotlin:redux-kotlin:0.2.9"
4848
}
4949
}
5050
}
5151
```
5252

5353
For JVM only:
5454
```
55-
implementation "org.reduxkotlin:redux-kotlin-jvm:0.2.6"
55+
implementation "org.reduxkotlin:redux-kotlin-jvm:0.2.9"
5656
```
5757

5858
Usage is very similar to JS Redux and those docs will be useful https://redux.js.org/. These docs are not an intro to Redux, and just documentation on Kotlin specific bits. For more info on Redux in general, check out https://redux.js.org/.

website/docs/introduction/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kotlin {
3333
sourceSets {
3434
commonMain {
3535
dependencies {
36-
implementation "org.reduxkotlin:redux-kotlin:0.2.6"
36+
implementation "org.reduxkotlin:redux-kotlin:0.2.9"
3737
}
3838
}
3939
}
@@ -47,7 +47,7 @@ __For single platform project (i.e. just Android):__
4747

4848
```groovy
4949
dependencies {
50-
implementation "org.reduxkotlin:redux-kotlin:0.2.6"
50+
implementation "org.reduxkotlin:redux-kotlin:0.2.9"
5151
}
5252
```
5353

0 commit comments

Comments
 (0)