From 565ac4f15f93f86807d237b6e364cef224df1571 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 7 Jun 2015 02:42:54 +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 077a135..a34ed62 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +0.5.1 / 2015-06-06 +================== + +* bump `engine.io-client`. +* fix timeout option +* fix NullPointerException on ack + 0.5.0 / 2015-05-02 ================== diff --git a/README.md b/README.md index 090492d..9491967 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.5.0 + 0.5.1 ``` @@ -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.5.0' +compile 'com.github.nkzawa:socket.io-client:0.5.1' ``` ## Usage