Skip to content

Commit

Permalink
! bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 16, 2023
1 parent 107ca65 commit 3561348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,21 +416,21 @@ For `Maven` projects:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
```

For `Gradle` projects:

```groovy
// Gradle Kotlin DSL
implementation("io.foldright:cffu:0.9.1")
implementation("io.foldright:cffu:0.9.2")
// Gradle Groovy DSL
implementation 'io.foldright:cffu:0.9.1'
implementation 'io.foldright:cffu:0.9.2'
```

可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.1/versions) 查看最新版本与可用版本列表。
可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) 查看最新版本与可用版本列表。

# 👋 ∞、关于库名

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.2</version>
<name>CompletableFuture-Fu(cffu)</name>
<description>
🦝 A tiny 0-dependency sidekick library for CompletableFuture
Expand Down

0 comments on commit 3561348

Please sign in to comment.