From 2be74ddf1e234258492cd6239437f3101bfa3700 Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Sat, 5 Aug 2017 23:40:37 +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.11.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 22c6a5b9..a459ff7d 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ You can depend on the library through Maven: com.github.pwittchen reactivenetwork - 0.10.0 + 0.11.0 ``` @@ -213,7 +213,7 @@ or through Gradle: ```groovy dependencies { - compile 'com.github.pwittchen:reactivenetwork:0.10.0' + compile 'com.github.pwittchen:reactivenetwork:0.11.0' } ```