Skip to content

Commit

Permalink
Prepare and release 0.9.19.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Apr 12, 2021
1 parent e9ba17f commit d692be3
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.19.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.9.18.RELEASE"
//compile "io.projectreactor.netty:reactor-netty:0.9.20.BUILD-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty:0.9.19.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.10.BUILD-SNAPSHOT
version=0.9.19.BUILD-SNAPSHOT
reactorCoreVersion=3.3.16.BUILD-SNAPSHOT
reactorPoolVersion=0.1.10.RELEASE
version=0.9.19.RELEASE
reactorCoreVersion=3.3.16.RELEASE
compatibleVersion=0.9.18.RELEASE

0 comments on commit d692be3

Please sign in to comment.