update README

This commit is contained in:
Naoyuki Kanezawa
2013-06-22 14:19:45 +09:00
parent 9b3f862d30
commit c813534f1d

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.0</version> <version>0.1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```