update Readme and History

This commit is contained in:
Naoyuki Kanezawa
2015-06-07 02:42:54 +09:00
parent beb0a53d57
commit 565ac4f15f
2 changed files with 9 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.5.0</version>
<version>0.5.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 'com.github.nkzawa:socket.io-client:0.5.0'
compile 'com.github.nkzawa:socket.io-client:0.5.1'
```
## Usage