Skip to content

Commit

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

### Update

- **Kotlin 2.0 support**: Updates the library to kotlin 2.0.0
- **Compose Multiplatform**: Updates to compose multiplatform 1.9.10
- Exposes the `data` property in the `Deeplink` class. This property contains the data that was passed to build the deeplink (original URL).
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.0"
const val libVersion = "0.5.1"
}

0 comments on commit 25974d9

Please sign in to comment.