diff --git a/History.md b/History.md index 49ceccc..e1a1778 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.8.3 / 2016-12-12 +================== + +* bump `engine.io-client` + 0.8.2 / 2016-10-22 ================== diff --git a/README.md b/README.md index b103ab5..922289e 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.2 + 0.8.3 ``` @@ -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.2') { +compile ('io.socket:socket.io-client:0.8.3') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }