Skip to content

Commit

Permalink
Updating lib version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Aug 31, 2024
1 parent ec381b8 commit 0c2602e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [v0.6.0] - 2024-08-05
Rinku is now consider stable and ready for production use.

### Update

Expand Down
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.6.0"
const val libVersion = "1.0.0"
}

0 comments on commit 0c2602e

Please sign in to comment.