Skip to content

Commit

Permalink
[release] Prepare and release 3.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jul 12, 2022
1 parent 6eab885 commit 6c1f7ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.4.20"
testCompile "io.projectreactor:reactor-test:3.4.20"
compile "io.projectreactor:reactor-core:3.4.21"
testCompile "io.projectreactor:reactor-test:3.4.21"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.4.21-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.21-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.4.22-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.22-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.4.20"
// implementation "io.projectreactor:reactor-tools:3.4.21"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.4.21-SNAPSHOT
version=3.4.21
bomVersion=2020.0.21

0 comments on commit 6c1f7ce

Please sign in to comment.