From 98fb981d6ffd5ed19b99071368929410e95206ed Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Wed, 19 Apr 2023 02:06:30 +0800 Subject: [PATCH] ! bump version to 0.9.3 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70d5c5fd..4bfc41fb 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ For `Maven` projects: io.foldright cffu - 0.9.2 + 0.9.3 ``` @@ -471,10 +471,10 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:cffu:0.9.2") +implementation("io.foldright:cffu:0.9.3") // Gradle Groovy DSL -implementation 'io.foldright:cffu:0.9.2' +implementation 'io.foldright:cffu:0.9.3' ``` 可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) 查看最新版本与可用版本列表。 diff --git a/pom.xml b/pom.xml index b775e2f1..0dfab136 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu - 0.9.x-SNAPSHOT + 0.9.3 CompletableFuture-Fu(cffu) 🦝 A tiny 0-dependency sidekick library for CompletableFuture