From 322e3a4b549786664d9e79f9920f767e006d9fa9 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sun, 11 Oct 2015 11:59:02 +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 79097c9..c215530 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.6.2 / 2015-10-10 +================== + +* compatible with engine.io 1.5.4 +* bump okhttp-ws [b95505017] +* check lone surrogate + 0.6.1 / 2015-08-31 ================== diff --git a/README.md b/README.md index 13b3248..879ce71 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`. io.socket engine.io-client - 0.6.1 + 0.6.2 ``` @@ -25,7 +25,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:engine.io-client:0.6.1' +compile 'io.socket:engine.io-client:0.6.2' ``` ## Usage