Skip to content

Commit

Permalink
Updating to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Aug 5, 2024
1 parent 92c1553 commit c2ab7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [v0.5.1] - 2024-07-02
## [v0.6.0] - 2024-08-05

### Update

- Exposes the `data` property in the `Deeplink` class. This property contains the data that was passed to build the deeplink (original URL).
- Update dependencies to the latest versions
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ object Config {
// Libraries versions
const val artifactId = "rinku"
const val groupId = "dev.theolm"
const val libVersion = "0.5.1"
const val libVersion = "0.6.0"
}

0 comments on commit c2ab7f2

Please sign in to comment.