From 2a8c2ae926586765931465fdf8a8565e79ca4520 Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Fri, 19 Nov 2021 18:07:20 -0500 Subject: [PATCH] Prepare for 0.6.3 release --- docs/getting-started.md | 2 +- gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 60ddf039e..582fa5387 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -19,7 +19,7 @@ As a [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform. | 0.2.x | 1.3.7x | | 0.3.x/0.4.x | 1.4.x | 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 at least 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. | | 0.5.x | 1.4.3x | Island Time 0.5.0 uses the [new inline class name mangling](https://kotlinlang.org/docs/whatsnew1430.html#improved-inline-classes) introduced in Kotlin 1.4.30, requiring that you use at least that version. | -| 0.6.x | 1.5.x | +| 0.6.x | 1.5+ | ### JVM diff --git a/gradle.properties b/gradle.properties index 55701647e..b22bd18d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.islandtime -version=0.7.0-SNAPSHOT +version=0.6.3 pomUrl=https://islandtime.io pomScmUrl=https://github.com/erikc5000/island-time diff --git a/mkdocs.yml b/mkdocs.yml index 9de4cf9eb..724f7b7fc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,4 +60,4 @@ extra_css: extra: versions: - islandtime: '0.6.2' + islandtime: '0.6.3'