From a42ec862b6427a67be62333a72384f5e48c0d8d9 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Wed, 28 Sep 2016 00:33:39 +0900 Subject: [PATCH] update History and Readme --- History.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 09a603f..f1b0f30 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.8.1 / 2016-09-27 +================== + +* bump `engine.io-client` + 0.8.0 / 2016-09-23 ================== diff --git a/README.md b/README.md index f1386ae..c0df44d 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.8.0 + 0.8.1 ``` @@ -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.8.0') { +compile ('io.socket:socket.io-client:0.8.1') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }