Skip to content

Commit

Permalink
chore(publish): prepare for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Dec 4, 2023
1 parent 14e98a2 commit f040d22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
## [Unreleased] - TBD

## [0.0.2] - Dec 4, 2023

### Added

Expand All @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
}
```

Expand All @@ -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'
}
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f040d22

Please sign in to comment.