Skip to content

Commit e39f2e3

Browse files
committed
chore(publish): prepare for 0.7.0
1 parent 6d3da22 commit e39f2e3

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166

167167
- Test for Publishing.
168168

169-
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.6.1...HEAD
169+
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.0...HEAD
170+
[0.7.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.0
170171
[0.6.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.6.1
171172
[0.6.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.6.0
172173
[0.5.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.5.0

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![Build](https://github.com/hoc081098/FlowExt/actions/workflows/build.yml/badge.svg)](https://github.com/hoc081098/FlowExt/actions/workflows/build.yml)
66
[![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)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8-
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.8.21-blueviolet?logo=kotlin&logoColor=white)](http://kotlinlang.org)
9-
[![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)
8+
[![Kotlin version](https://img.shields.io/badge/Kotlin-1.9.0-blueviolet?logo=kotlin&logoColor=white)](http://kotlinlang.org)
9+
[![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)
1010
![badge][badge-jvm]
1111
![badge][badge-android]
1212
![badge][badge-ios]
@@ -69,13 +69,7 @@ allprojects {
6969
### Multiplatform
7070

7171
```groovy
72-
implementation("io.github.hoc081098:FlowExt:0.6.1")
73-
```
74-
75-
### JVM / Android only
76-
77-
```groovy
78-
implementation("io.github.hoc081098:FlowExt-jvm:0.6.1")
72+
implementation("io.github.hoc081098:FlowExt:0.7.0")
7973
```
8074

8175
### Snapshot
@@ -93,7 +87,7 @@ allprojects {
9387
}
9488

9589
dependencies {
96-
implementation("io.github.hoc081098:FlowExt:0.7.0-SNAPSHOT")
90+
implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT")
9791
}
9892
```
9993

@@ -108,7 +102,7 @@ allprojects {
108102
}
109103
110104
dependencies {
111-
implementation("io.github.hoc081098:FlowExt:0.7.0-SNAPSHOT")
105+
implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT")
112106
}
113107
```
114108

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false
55

66
GROUP=io.github.hoc081098
77
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
8-
VERSION_NAME=0.7.0-SNAPSHOT
8+
VERSION_NAME=0.7.0
99

1010
POM_NAME=FlowExt
1111
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.

0 commit comments

Comments
 (0)