File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
9589dependencies {
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
110104dependencies {
111- implementation("io.github.hoc081098:FlowExt:0.7.0 -SNAPSHOT")
105+ implementation("io.github.hoc081098:FlowExt:0.7.1 -SNAPSHOT")
112106}
113107```
114108
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false
55
66GROUP =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
1010POM_NAME =FlowExt
1111POM_DESCRIPTION =Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
You can’t perform that action at this time.
0 commit comments