Skip to content

Commit

Permalink
[release] Prepare and release 0.9.22.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Aug 10, 2021
1 parent 1ee158b commit 15bb523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty:reactor-netty:0.9.22.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.9.21.RELEASE"
//compile "io.projectreactor.netty:reactor-netty:0.9.23.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.9.22.RELEASE"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reactorPoolVersion=0.1.12.BUILD-SNAPSHOT
version=0.9.22.BUILD-SNAPSHOT
reactorCoreVersion=3.3.19.BUILD-SNAPSHOT
reactorPoolVersion=0.1.12.RELEASE
version=0.9.22.RELEASE
reactorCoreVersion=3.3.19.RELEASE
compatibleVersion=0.9.21.RELEASE

0 comments on commit 15bb523

Please sign in to comment.