From 0f15e89f8a5748ce73228168f0cdc28cf55866fc Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 28 Jun 2015 12:33:38 +0900 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff1a11e..5a1e776 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`. com.github.nkzawa socket.io-client - 0.5.1 + 0.5.2 ``` @@ -28,7 +28,7 @@ Add the following dependency to your `pom.xml`. Add it as a gradle dependency for Android Studio, in `build.gradle`: ```groovy -compile 'com.github.nkzawa:socket.io-client:0.5.1' +compile 'com.github.nkzawa:socket.io-client:0.5.2' ``` ## Usage