diff --git a/CHANGELOG.md b/CHANGELOG.md index 8576958d..3da08c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## [Unreleased] - TBD -- TDB +- TBD -## [0.5.0] - Jul 22, 2024 +## [0.5.0] - Aug 17, 2024 ### Update dependencies @@ -184,7 +184,9 @@ Share everything including data, domain, presentation, and UI. - [KotlinX Coroutines `1.7.3`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.3). - [KotlinX Collections Immutable `0.3.7`](https://github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.7). -[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.4.0...HEAD +[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.5.0...HEAD + +[0.5.0]: https://github.com/hoc081098/solivagant/releases/tag/0.5.0 [0.4.0]: https://github.com/hoc081098/solivagant/releases/tag/0.4.0 diff --git a/README.md b/README.md index 4e058a38..72ab4bb3 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ allprojects { ``` ```kotlin -implementation("io.github.hoc081098:solivagant-navigation:0.4.0") +implementation("io.github.hoc081098:solivagant-navigation:0.5.0") ``` ### Snapshot @@ -114,7 +114,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:solivagant-navigation:0.4.1-SNAPSHOT") + implementation("io.github.hoc081098:solivagant-navigation:0.5.1-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index ee35b373..a96aed2f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ kotlin.incremental=true # POM GROUP=io.github.hoc081098 # HEY! If you change the major version here be sure to update publish-release.yaml doc target folder! -VERSION_NAME=0.4.1-SNAPSHOT +VERSION_NAME=0.5.0 POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/hoc081098/solivagant