Skip to content

Commit

Permalink
Prepare for 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Sep 9, 2021
1 parent 38f85e9 commit 900562d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ As a [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.

- JVM
- Android
- iOS ARM64/x64
- macOS x64
- watchOS ARM64/x86/x64
- tvOS ARM64/x64
- iOS ARM64/x64/Simulator ARM64
- macOS x64/ARM64
- watchOS ARM64/x86/x64/Simulator ARM64
- tvOS ARM64/x64/Simulator ARM64

## Version Requirements

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.2

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.1'
islandtime: '0.6.2'

0 comments on commit 900562d

Please sign in to comment.