Skip to content

Commit

Permalink
chore(publish): prepare for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 31, 2024
1 parent 53fe8a1 commit 14073ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased] - TBD

### Transfered to [Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus)
## [0.1.0] - Aug 31, 2023

### This repository was transferred to [Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus](https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus)

### Update dependencies

Expand Down Expand Up @@ -44,7 +46,9 @@
- KotlinX Coroutines `1.7.3`.
- Gradle `8.5`.

[Unreleased]: https://github.com/hoc081098/kotlin-channel-event-bus/compare/0.0.2...HEAD
[Unreleased]: https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/compare/0.1.0...HEAD

[0.1.0]: https://github.com/Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus/releases/tag/0.1.0

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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ allprojects {
```

```kotlin
implementation("io.github.hoc081098:channel-event-bus:0.0.2")
implementation("io.github.hoc081098:channel-event-bus:0.1.0")
```

### Snapshot
Expand All @@ -86,7 +86,7 @@ allprojects {
}

dependencies {
implementation("io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT")
implementation("io.github.hoc081098:channel-event-bus:0.1.1-SNAPSHOT")
}
```

Expand All @@ -101,7 +101,7 @@ allprojects {
}
dependencies {
implementation 'io.github.hoc081098:channel-event-bus:0.0.3-SNAPSHOT'
implementation 'io.github.hoc081098:channel-event-bus:0.1.1-SNAPSHOT'
}
```

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.3-SNAPSHOT
VERSION_NAME=0.1.0
POM_INCEPTION_YEAR=2023

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

0 comments on commit 14073ff

Please sign in to comment.