update Readme and History
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
0.5.1 / 2015-06-06
|
||||||
|
==================
|
||||||
|
|
||||||
|
* bump `engine.io-client`.
|
||||||
|
* fix timeout option
|
||||||
|
* fix NullPointerException on ack
|
||||||
|
|
||||||
0.5.0 / 2015-05-02
|
0.5.0 / 2015-05-02
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
@@ -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.5.0</version>
|
<version>0.5.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.5.0'
|
compile 'com.github.nkzawa:socket.io-client:0.5.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user