Skip to content

Commit

Permalink
Prepare and release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Apr 12, 2021
1 parent 05a32ec commit 67073b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty:reactor-netty-core:1.0.6-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.5"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.6-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.5"
//compile "io.projectreactor.netty:reactor-netty-core:1.0.7-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.6"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.7-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.6"
}
```

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.2.4-SNAPSHOT
version=1.0.6-SNAPSHOT
reactorCoreVersion=3.4.5-SNAPSHOT
reactorPoolVersion=0.2.4
version=1.0.6
reactorCoreVersion=3.4.5
compatibleVersion=1.0.5

0 comments on commit 67073b4

Please sign in to comment.