From 3b6ae0f2544523fc38848e74e07bb31fd457b252 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Wed, 23 Dec 2015 15:10:49 +0900 Subject: [PATCH] update README and History --- History.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index bc7bae7..e3ce846 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.6.3 / 2015-12-23 +================== + +* bump `engine.io-client`. +* fix back-off calculation +* code quality improvements [civanyp] + 0.6.2 / 2015-10-10 ================== diff --git a/README.md b/README.md index af61af1..8521fcc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`. io.socket socket.io-client - 0.6.2 + 0.6.3 ``` @@ -30,7 +30,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.2') { +compile ('io.socket:socket.io-client:0.6.3') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }