update README

This commit is contained in:
Naoyuki Kanezawa
2014-06-02 00:53:09 +09:00
parent 9040d93561
commit ed6bfdf786

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>socket.io-client</artifactId> <artifactId>socket.io-client</artifactId>
<version>0.1.0</version> <version>0.1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```