update docs for the next release
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
0.6.2 / 2015-10-10
|
||||
==================
|
||||
|
||||
* compatible with engine.io 1.5.4
|
||||
* bump okhttp-ws [b95505017]
|
||||
* check lone surrogate
|
||||
|
||||
0.6.1 / 2015-08-31
|
||||
==================
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
|
||||
<dependency>
|
||||
<groupId>io.socket</groupId>
|
||||
<artifactId>engine.io-client</artifactId>
|
||||
<version>0.6.1</version>
|
||||
<version>0.6.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
|
||||
Add it as a gradle dependency for Android Studio, in `build.gradle`:
|
||||
|
||||
```groovy
|
||||
compile 'io.socket:engine.io-client:0.6.1'
|
||||
compile 'io.socket:engine.io-client:0.6.2'
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user