From 5368cceaed120f916a5263f8b9ff02609c92c7a4 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 9 Aug 2015 07:05:13 +0900 Subject: [PATCH] prepare the next release --- History.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index ec74459..6b02e66 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.6.0 / 2015-08-09 +================== + +* bump `engine.io-client`. + 0.5.2 / 2015-06-28 ================== diff --git a/README.md b/README.md index 5a1e776..4b907c1 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.2 + 0.6.0 ``` @@ -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.2' +compile 'com.github.nkzawa:socket.io-client:0.6.0' ``` ## Usage