From 7e6aa6dc532abedbec0dd58efb80f601e6abf646 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 8 Mar 2015 00:34:50 +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 74fa91f..0af948c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.4.2 / 2015-03-07 +================== + +* fix error on reconnection attemps + 0.4.1 / 2015-02-08 ================== diff --git a/README.md b/README.md index ea4decb..496d6c3 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.4.1 + 0.4.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 'com.github.nkzawa:socket.io-client:0.4.1' +compile 'com.github.nkzawa:socket.io-client:0.4.2' ``` ## Usage