From ed19733258e8433425d9a0ef157ff7ca6e80ff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Mon, 13 Jan 2020 15:50:37 +0100 Subject: [PATCH] Prepare release 3.3.2.RELEASE --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fc0cde8a2..4f3f05e463 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o } dependencies { - //compile "io.projectreactor:reactor-core:3.3.2.BUILD-SNAPSHOT" - //testCompile("io.projectreactor:reactor-test:3.3.2.BUILD-SNAPSHOT") - compile "io.projectreactor:reactor-core:3.3.1.RELEASE" - testCompile("io.projectreactor:reactor-test:3.3.1.RELEASE") + //compile "io.projectreactor:reactor-core:3.3.3.BUILD-SNAPSHOT" + //testCompile("io.projectreactor:reactor-test:3.3.3.BUILD-SNAPSHOT") + compile "io.projectreactor:reactor-core:3.3.2.RELEASE" + testCompile("io.projectreactor:reactor-test:3.3.2.RELEASE") } ```