From 2ae3d277eeb9f424e15d605d9bce4003ef8cbc99 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 8 Feb 2015 16:43:33 +0900 Subject: [PATCH] update README and History --- History.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index ffe41e4..b111b78 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.4.1 / 2015-02-08 +================== + +* set connect timeout for polling + 0.4.0 / 2015-01-25 ================== diff --git a/README.md b/README.md index 869d0ea..5ba930e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`. com.github.nkzawa engine.io-client - 0.4.0 + 0.4.1 ``` @@ -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 'com.github.nkzawa:engine.io-client:0.4.0' +compile 'com.github.nkzawa:engine.io-client:0.4.1' ``` ## Usage