Skip to content

Commit 14073ff

Browse files
committed
chore(publish): prepare for 0.1.0
1 parent 53fe8a1 commit 14073ff

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased] - TBD
44

5-
### Transfered to [Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus)
5+
## [0.1.0] - Aug 31, 2023
6+
7+
### This repository was transferred to [Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus)
68

79
### Update dependencies
810

@@ -44,7 +46,9 @@
4446
- KotlinX Coroutines `1.7.3`.
4547
- Gradle `8.5`.
4648

47-
[Unreleased]: https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.2...HEAD
49+
[Unreleased]: https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/compare/0.1.0...HEAD
50+
51+
[0.1.0]: https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/releases/tag/0.1.0
4852

4953
[0.0.2]: https://github.com/hoc081098/kotlin-channel-event-bus/releases/tag/0.0.2
5054

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ allprojects {
6767
```
6868

6969
```kotlin
70-
implementation("io.github.hoc081098:channel-event-bus:0.0.2")
70+
implementation("io.github.hoc081098:channel-event-bus:0.1.0")
7171
```
7272

7373
### Snapshot
@@ -86,7 +86,7 @@ allprojects {
8686
}
8787

8888
dependencies {
89-
implementation("io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT")
89+
implementation("io.github.hoc081098:channel-event-bus:0.1.1-SNAPSHOT")
9090
}
9191
```
9292

@@ -101,7 +101,7 @@ allprojects {
101101
}
102102
103103
dependencies {
104-
implementation 'io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT'
104+
implementation 'io.github.hoc081098:channel-event-bus:0.1.1-SNAPSHOT'
105105
}
106106
```
107107

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT
28+
VERSION_NAME=0.1.0
2929
POM_INCEPTION_YEAR=2023
3030

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

0 commit comments

Comments
 (0)