Skip to content

Commit

Permalink
chore(publish): prepare for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 31, 2023
1 parent 6d3da22 commit e39f2e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@

- Test for Publishing.

[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.6.1...HEAD
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.0...HEAD
[0.7.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.0
[0.6.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.6.1
[0.6.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.6.0
[0.5.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.5.0
Expand Down
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Build](https://github.com/hoc081098/FlowExt/actions/workflows/build.yml/badge.svg)](https://github.com/hoc081098/FlowExt/actions/workflows/build.yml)
[![Validate Gradle Wrapper](https://github.com/hoc081098/FlowExt/actions/workflows/gradle-wrapper-validation.yml/badge.svg)](https://github.com/hoc081098/FlowExt/actions/workflows/gradle-wrapper-validation.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.8.21-blueviolet?logo=kotlin&logoColor=white)](http://kotlinlang.org)
[![KotlinX Coroutines version](https://img.shields.io/badge/Kotlinx_Coroutines-1.7.1-blueviolet?logo=kotlin&logoColor=white)](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.1)
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.9.0-blueviolet?logo=kotlin&logoColor=white)](http://kotlinlang.org)
[![KotlinX Coroutines version](https://img.shields.io/badge/Kotlinx_Coroutines-1.7.3-blueviolet?logo=kotlin&logoColor=white)](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.1)
![badge][badge-jvm]
![badge][badge-android]
![badge][badge-ios]
Expand Down Expand Up @@ -69,13 +69,7 @@ allprojects {
### Multiplatform

```groovy
implementation("io.github.hoc081098:FlowExt:0.6.1")
```

### JVM / Android only

```groovy
implementation("io.github.hoc081098:FlowExt-jvm:0.6.1")
implementation("io.github.hoc081098:FlowExt:0.7.0")
```

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

dependencies {
implementation("io.github.hoc081098:FlowExt:0.7.0-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT")
}
```

Expand All @@ -108,7 +102,7 @@ allprojects {
}
dependencies {
implementation("io.github.hoc081098:FlowExt:0.7.0-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false

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.7.0-SNAPSHOT
VERSION_NAME=0.7.0

POM_NAME=FlowExt
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
Expand Down

0 comments on commit e39f2e3

Please sign in to comment.