update README and History

This commit is contained in:
Naoyuki Kanezawa
2015-02-08 16:59:57 +09:00
parent 90ae65d4ca
commit 64bc604114
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
0.4.1 / 2015-02-08
==================
* bump `engine.io-client`.
* fix program doesn't terminate when closing socket before eatablishing connection.
0.4.0 / 2015-01-26
==================

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.0</version>
<version>0.4.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.4.0'
compile 'com.github.nkzawa:socket.io-client:0.4.1'
```
## Usage

View File

@@ -58,7 +58,7 @@
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.json</groupId>