update README

This commit is contained in:
Naoyuki Kanezawa
2014-11-04 01:38:51 +09:00
parent b6e483f4ea
commit 292dfb0ad6

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.3.0</version> <version>0.3.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```