diff --git a/README.md b/README.md index 0a5a3bda..daf65a79 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.8.3/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.0/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.8.3 + 0.9.0 ``` @@ -424,13 +424,13 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:cffu:0.8.3") +implementation("io.foldright:cffu:0.9.0") // Gradle Groovy DSL -implementation 'io.foldright:cffu:0.8.3' +implementation 'io.foldright:cffu:0.9.0' ``` -可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.3/versions) 查看最新版本与可用版本列表。 +可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) 查看最新版本与可用版本列表。 # 👋 ∞、关于库名 diff --git a/pom.xml b/pom.xml index c8ad3fbb..7208bfc9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu - 0.9.0-SNAPSHOT + 0.9.0 CompletableFuture-Fu(cffu) 🦝 A tiny 0-dependency sidekick library for CompletableFuture