diff --git a/History.md b/History.md index 73176e3..9e444e0 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.8.1 / 2016-09-27 +================== + +* fix NullPointerException [eckovation] + 0.8.0 / 2016-09-19 ================== diff --git a/README.md b/README.md index e23f880..8e8f672 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.8.0 + 0.8.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.8.0') { +compile ('io.socket:engine.io-client:0.8.1') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }