Skip to content

Commit f040d22

Browse files
committed
chore(publish): prepare for 0.0.2
1 parent 14e98a2 commit f040d22

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [Unreleased] - TBD
4+
5+
## [0.0.2] - Dec 4, 2023
46

57
### Added
68

@@ -14,13 +16,15 @@
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

README.md

+4-4
Original file line numberDiff line numberDiff 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

8787
dependencies {
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
102102
dependencies {
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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin.incremental=true
2525
# POM
2626
GROUP=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
2929
POM_INCEPTION_YEAR=2023
3030

3131
POM_URL=https://github.com./hoc081098/kotlin-channel-event-bus

0 commit comments

Comments
 (0)