From 222a9959dcee70773469e009b75fd2ac6f9180da Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Mon, 24 Sep 2018 20:36:21 +0200 Subject: [PATCH] =?UTF-8?q?=E0=BC=BC=20=E3=81=A4=20=E2=97=95=5F=E2=97=95?= =?UTF-8?q?=20=E0=BC=BD=E3=81=A4=20giving=20version=203.0.0=20in=20README.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc3e729..cdf10788 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ You can depend on the library through Maven: com.github.pwittchen reactivenetwork-rx2 - 2.1.0 + 3.0.0 ``` @@ -487,7 +487,7 @@ or through Gradle: ```groovy dependencies { - implementation 'com.github.pwittchen:reactivenetwork-rx2:2.1.0' + implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.0' } ```