diff --git a/docs/getting-started.md b/docs/getting-started.md index 9b9579b2f..c87e9dddf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -22,7 +22,9 @@ Due to the experimental status of [inline classes](https://kotlinlang.org/docs/r | --- | --- | | 0.1.x | 1.3.6x | | 0.2.x | 1.3.7x | -| 0.3.x | 1.4.0/1.4.10 | +| 0.3.x/0.4.x | 1.4.x | + +Note that Island Time 0.4.0 is built/published with Kotlin 1.4.20. While binary compatible with earlier versions, if you're using [HMPP](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-similar-platforms) in your project, you'll need to update to 1.4.20 due to publishing changes. See the Kotlin 1.4.20 [release notes](https://blog.jetbrains.com/kotlin/2020/11/kotlin-1-4-20-released/) for details. ### JVM diff --git a/gradle.properties b/gradle.properties index 214d7c804..35b00f143 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.islandtime -version=0.4.0-SNAPSHOT +version=0.4.0 pomUrl=https://islandtime.io pomScmUrl=https://github.com/erikc5000/island-time diff --git a/mkdocs.yml b/mkdocs.yml index 8674a7527..711b1599c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,4 +60,4 @@ extra_css: extra: versions: - islandtime: '0.3.1' + islandtime: '0.4.0'