update README

This commit is contained in:
Naoyuki Kanezawa
2013-08-25 01:45:08 +09:00
parent 1d39ca6803
commit d4e2e28ace

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.1.1</version> <version>0.1.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```