update README and History
This commit is contained in:
@@ -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
|
0.4.0 / 2015-01-26
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>socket.io-client</artifactId>
|
<artifactId>socket.io-client</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</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`:
|
Add it as a gradle dependency for Android Studio, in `build.gradle`:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
compile 'com.github.nkzawa:socket.io-client:0.4.0'
|
compile 'com.github.nkzawa:socket.io-client:0.4.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -58,7 +58,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>engine.io-client</artifactId>
|
<artifactId>engine.io-client</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user