Skip to content

Commit

Permalink
Updating lib version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Oct 7, 2024
1 parent a46f607 commit 17beee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Rinku is now consider stable and ready for production use.

### Update

- Update dependencies to the latest versions
- Added Jvm as Compilation Target. (by @Shabinder).
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.0.1"
const val libVersion = "1.1.0"
}

0 comments on commit 17beee3

Please sign in to comment.