Skip to content

Commit

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

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.4.0-SNAPSHOT
version=0.4.0

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.3.1'
islandtime: '0.4.0'

0 comments on commit 48efdec

Please sign in to comment.