From d460a5e026e6551f448e969b779d753526b3eee0 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sun, 3 May 2015 01:17:04 +0900 Subject: [PATCH] 0.5.0 --- History.md | 8 ++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index b111b78..c293aeb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +0.5.0 / 2015-05-02 +================== + +* replace WebSocket client with OkHttp WebSocket [b95505017] +* add the hostnameVerifier option [b95505017] +* fix EVENT_TRANSPORT event to fire upon a transport creation +* fix invalid transport null check + 0.4.1 / 2015-02-08 ================== diff --git a/README.md b/README.md index 5ba930e..4a30078 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.1 + 0.5.0 ``` @@ -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.1' +compile 'com.github.nkzawa:engine.io-client:0.5.0' ``` ## Usage diff --git a/pom.xml b/pom.xml index 86f9647..46cc8ac 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.nkzawa engine.io-client - 0.4.2-SNAPSHOT + 0.5.0-SNAPSHOT jar engine.io-client Engine.IO Client Library for Java