From f040d22dba086e65b7e09f9ebe424087b3102eaf Mon Sep 17 00:00:00 2001 From: "hoc081098@gmail.com" Date: Mon, 4 Dec 2023 16:01:13 +0700 Subject: [PATCH] chore(publish): prepare for 0.0.2 --- CHANGELOG.md | 10 +++++++--- README.md | 8 ++++---- gradle.properties | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e6c4d..77411f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased] +## [Unreleased] - TBD + +## [0.0.2] - Dec 4, 2023 ### Added @@ -14,13 +16,15 @@ - `androidNativeX86` - `androidNativeX64` -## [0.0.1] - Feb 11, 2023 🎉 +## [0.0.1] - Dec 3, 2023 🎉 - Initial release 🎉 - Kotlin `1.9.21`. - KotlinX Coroutines `1.7.3`. - Gradle `8.5`. -[Unreleased]: https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.1...HEAD +[Unreleased]: https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.2...HEAD + +[0.0.2]: https://github.com/hoc081098/kotlin-channel-event-bus/releases/tag/0.0.2 [0.0.1]: https://github.com/hoc081098/kotlin-channel-event-bus/releases/tag/0.0.1 diff --git a/README.md b/README.md index 571f516..f6529dd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ allprojects { ``` ```kotlin -implementation("io.github.hoc081098:channel-event-bus:0.0.1") +implementation("io.github.hoc081098:channel-event-bus:0.0.2") ``` ### Snapshot @@ -85,7 +85,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:channel-event-bus:0.0.2-SNAPSHOT") + implementation("io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT") } ``` @@ -100,7 +100,7 @@ allprojects { } dependencies { - implementation 'io.github.hoc081098:channel-event-bus:0.0.2-SNAPSHOT' + implementation 'io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT' } ``` @@ -192,7 +192,7 @@ https://github.com/hoc081098/kotlin-channel-event-bus/assets/36917223/80015232-d [badge-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat [badge-js-ir]: https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat [badge-nodejs]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat -[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat +[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat [badge-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat [badge-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat [badge-apple-silicon]: http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat diff --git a/gradle.properties b/gradle.properties index 5def5f8..701cd83 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.0.2-SNAPSHOT +VERSION_NAME=0.0.2 POM_INCEPTION_YEAR=2023 POM_URL=https://github.com/hoc081098/kotlin-channel-event-bus