update README

This commit is contained in:
Naoyuki Kanezawa
2014-06-02 00:51:50 +09:00
parent c7f417911a
commit 973044e116

View File

@@ -13,7 +13,7 @@ The latest artifact is available on Maven Central. Add the following dependency
<dependency> <dependency>
<groupId>com.github.nkzawa</groupId> <groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId> <artifactId>engine.io-client</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```