From dcf78d1992e581ef8637603ec2284e17591933ca Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Tue, 11 Apr 2017 06:58:48 +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=200.9.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 53170645..125a0f2c 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ You can depend on the library through Maven: com.github.pwittchen reactivenetwork - 0.8.0 + 0.9.0 ``` @@ -218,7 +218,7 @@ or through Gradle: ```groovy dependencies { - compile 'com.github.pwittchen:reactivenetwork:0.8.0' + compile 'com.github.pwittchen:reactivenetwork:0.9.0' } ```