diff --git a/README.md b/README.md
index cfd397d..fc30575 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.5.1
+ 0.6.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.5.1'
+compile 'com.github.nkzawa:engine.io-client:0.6.0'
```
## Usage
diff --git a/pom.xml b/pom.xml
index 84286e9..12219c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.github.nkzawa
engine.io-client
- 0.5.2-SNAPSHOT
+ 0.6.0-SNAPSHOT
jar
engine.io-client
Engine.IO Client Library for Java