From 189973529d893ded784be7556b29dd8b2e3c8bb2 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Wed, 12 Apr 2023 02:01:26 +0800 Subject: [PATCH] ! bump version to 0.9.1 --- README.md | 12 ++++++------ pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index daf65a79..64662e87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #
🦝 CompletableFuture Fu (CF-Fu)
-> 🚧 项目还在开发中,发布了`v0.x`版本: [![Maven Central](https://img.shields.io/maven-central/v/io.foldright/cffu?logo=apache-maven&label=cffu&logoColor=white)](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) +> 🚧 项目还在开发中,发布了`v0.x`版本: [![Maven Central](https://img.shields.io/maven-central/v/io.foldright/cffu?logo=apache-maven&label=cffu&logoColor=white)](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.1/versions) > > 工作项列表及其进展,参见 [issue 6](https://github.com/foldright/cffu/issues/6)。 @@ -14,7 +14,7 @@ Kotlin License Javadocs -Maven Central +Maven Central GitHub Releases GitHub Stars GitHub Forks @@ -416,7 +416,7 @@ For `Maven` projects: io.foldright cffu - 0.9.0 + 0.9.1 ``` @@ -424,13 +424,13 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:cffu:0.9.0") +implementation("io.foldright:cffu:0.9.1") // Gradle Groovy DSL -implementation 'io.foldright:cffu:0.9.0' +implementation 'io.foldright:cffu:0.9.1' ``` -可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) 查看最新版本与可用版本列表。 +可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.1/versions) 查看最新版本与可用版本列表。 # 👋 ∞、关于库名 diff --git a/pom.xml b/pom.xml index b775e2f1..edbc0794 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu - 0.9.x-SNAPSHOT + 0.9.1 CompletableFuture-Fu(cffu) 🦝 A tiny 0-dependency sidekick library for CompletableFuture