update README and History

This commit is contained in:
Naoyuki Kanezawa
2015-03-08 00:34:50 +09:00
parent 3ba9dd15b4
commit 7e6aa6dc53
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
0.4.2 / 2015-03-07
==================
* fix error on reconnection attemps
0.4.1 / 2015-02-08
==================

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.4.1</version>
<version>0.4.2</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.4.1'
compile 'com.github.nkzawa:socket.io-client:0.4.2'
```
## Usage