File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased]
3+ ## [ Unreleased] - TBD
4+
5+ ## [ 0.0.2] - Dec 4, 2023
46
57### Added
68
1416 - ` androidNativeX86 `
1517 - ` androidNativeX64 `
1618
17- ## [ 0.0.1] - Feb 11 , 2023 🎉
19+ ## [ 0.0.1] - Dec 3 , 2023 🎉
1820
1921- Initial release 🎉
2022 - Kotlin ` 1.9.21 ` .
2123 - KotlinX Coroutines ` 1.7.3 ` .
2224 - Gradle ` 8.5 ` .
2325
24- [ Unreleased ] : https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.1...HEAD
26+ [ Unreleased ] : https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.2...HEAD
27+
28+ [ 0.0.2 ] : https://github.com/hoc081098/kotlin-channel-event-bus/releases/tag/0.0.2
2529
2630[ 0.0.1 ] : https://github.com/hoc081098/kotlin-channel-event-bus/releases/tag/0.0.1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ allprojects {
6666```
6767
6868``` kotlin
69- implementation(" io.github.hoc081098:channel-event-bus:0.0.1 " )
69+ implementation(" io.github.hoc081098:channel-event-bus:0.0.2 " )
7070```
7171
7272### Snapshot
@@ -85,7 +85,7 @@ allprojects {
8585}
8686
8787dependencies {
88- implementation(" io.github.hoc081098:channel-event-bus:0.0.2 -SNAPSHOT" )
88+ implementation(" io.github.hoc081098:channel-event-bus:0.0.3 -SNAPSHOT" )
8989}
9090```
9191
@@ -100,7 +100,7 @@ allprojects {
100100}
101101
102102dependencies {
103- implementation 'io.github.hoc081098:channel-event-bus:0.0.2 -SNAPSHOT'
103+ implementation 'io.github.hoc081098:channel-event-bus:0.0.3 -SNAPSHOT'
104104}
105105```
106106
@@ -192,7 +192,7 @@ https://github.com/hoc081098/kotlin-channel-event-bus/assets/36917223/80015232-d
192192[ badge-js ] : http://img.shields.io/badge/-js-F8DB5D.svg?style=flat
193193[ badge-js-ir ] : https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat
194194[ badge-nodejs ] : https://img.shields.io/badge/-nodejs-68a063.svg?style=flat
195- [ badge-linux] : http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat
195+ [ badge-linux ] : http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat
196196[ badge-windows ] : http://img.shields.io/badge/-windows-4D76CD.svg?style=flat
197197[ badge-wasm ] : https://img.shields.io/badge/-wasm-624FE8.svg?style=flat
198198[ badge-apple-silicon ] : http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ kotlin.incremental=true
2525# POM
2626GROUP =io.github.hoc081098
2727# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
28- VERSION_NAME =0.0.2-SNAPSHOT
28+ VERSION_NAME =0.0.2
2929POM_INCEPTION_YEAR =2023
3030
3131POM_URL =https://github.com/hoc081098/kotlin-channel-event-bus
You can’t perform that action at this time.
0 commit comments