From b1cfc09434e50f20a1e2861117f132c32237b9d9 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 31 Aug 2015 21:11:23 +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 df4d900..79097c9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.6.1 / 2015-08-31 +================== + +* change package name to "io.socket" + 0.6.0 / 2015-08-09 ================== diff --git a/README.md b/README.md index 9ae10d9..13b3248 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`. io.socket engine.io-client - 0.6.0 + 0.6.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 'io.socket:engine.io-client:0.6.0' +compile 'io.socket:engine.io-client:0.6.1' ``` ## Usage