Skip to content

Commit

Permalink
Prepare for 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Nov 19, 2021
1 parent cdbc443 commit 2a8c2ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ extra_css:

extra:
versions:
islandtime: '0.6.2'
islandtime: '0.6.3'

0 comments on commit 2a8c2ae

Please sign in to comment.