Skip to content

Commit

Permalink
Prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Jul 14, 2021
1 parent b0282b6 commit b44e531
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 @@ -95,7 +95,7 @@ You'll need to turn on [core library desugaring](https://developer.android.com/s
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.0.10")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
}
```

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

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.0'
islandtime: '0.6.1'

0 comments on commit b44e531

Please sign in to comment.