From d885dd27033e1a6e89db5bdd0041f9761bb13560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Tue, 1 Aug 2023 16:01:10 +0700 Subject: [PATCH] chore(publish): prepare for 0.7.1 --- CHANGELOG.md | 5 +++-- README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9650082a..41c4c053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.7.0] - Jul 31, 2023 +## [0.7.0] ~ [0.7.1] - Jul 31, 2023 ### Changed @@ -166,7 +166,8 @@ - Test for Publishing. -[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.0...HEAD +[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.1...HEAD +[0.7.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.1 [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 diff --git a/README.md b/README.md index 5ab14152..e478faf1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ allprojects { ### Multiplatform ```groovy -implementation("io.github.hoc081098:FlowExt:0.7.0") +implementation("io.github.hoc081098:FlowExt:0.7.1") ``` ### Snapshot @@ -87,7 +87,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:0.7.2-SNAPSHOT") } ``` @@ -102,7 +102,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.7.1-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:0.7.2-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index fbfe0682..967d6b55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.1-SNAPSHOT +VERSION_NAME=0.7.1 POM_NAME=FlowExt POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.