Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Oct 13, 2024
1 parent 66fb814 commit dc82053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Update

- Added Jvm as Compilation Target. (by @Shabinder).
- Update to Kotlin v2.0.21
- Update compose.plugin to v1.7.0+build1877-release-1.7
- Update dependency io.ktor:ktor-client-core to v3
- Update kotlinx-coroutines monorepo to v1.9.0
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3
- Update dependency com.arkivanov.decompose:decompose to v3
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 = "1.1.0"
const val libVersion = "1.2.0"
}

0 comments on commit dc82053

Please sign in to comment.