diff --git a/README.md b/README.md index ff1a11e..5a1e776 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`. com.github.nkzawa socket.io-client - 0.5.1 + 0.5.2 ``` @@ -28,7 +28,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:socket.io-client:0.5.1' +compile 'com.github.nkzawa:socket.io-client:0.5.2' ``` ## Usage