Skip to content

Commit d325a35

Browse files
author
Patrick Jackson
committed
update docs version number
1 parent 341c587 commit d325a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/introduction/GettingStarted.md

+2-2
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.3.2"
36+
implementation "org.reduxkotlin:redux-kotlin:0.4.0"
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.3.2"
50+
implementation "org.reduxkotlin:redux-kotlin:0.4.0"
5151
}
5252
```
5353

0 commit comments

Comments
 (0)