update History and README

This commit is contained in:
nkzawa
2015-08-31 21:13:52 +09:00
parent 528c619d64
commit ddd2cf07b2
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>
```
@@ -28,7 +28,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency for Android Studio, in `build.gradle`:
```groovy
compile 'io.socket:socket.io-client:0.6.0'
compile 'io.socket:socket.io-client:0.6.1'
```
## Usage