From 0bdb65dabe1701cafdbbc1ba716c05f33a22bd70 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sun, 11 Oct 2015 13:53:21 +0900 Subject: [PATCH] update docs for the next release --- History.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 53af5a8..bc7bae7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.6.2 / 2015-10-10 +================== + +* compatible with socket.io 1.3.7 +* bump `engine.io-client` +* fix wrong reconnection state + 0.6.1 / 2015-08-31 ================== diff --git a/README.md b/README.md index 3bd3832..3277f68 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`. io.socket socket.io-client - 0.6.1 + 0.6.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 'io.socket:socket.io-client:0.6.1' +compile 'io.socket:socket.io-client:0.6.2' ``` ## Usage