Skip to content

Commit 0bdb65d

Browse files
committed
update docs for the next release
1 parent 13cec3c commit 0bdb65d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.6.2 / 2015-10-10
2+
==================
3+
4+
* compatible with socket.io 1.3.7
5+
* bump `engine.io-client`
6+
* fix wrong reconnection state
7+
18
0.6.1 / 2015-08-31
29
==================
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
1919
<dependency>
2020
<groupId>io.socket</groupId>
2121
<artifactId>socket.io-client</artifactId>
22-
<version>0.6.1</version>
22+
<version>0.6.2</version>
2323
</dependency>
2424
</dependencies>
2525
```
@@ -28,7 +28,7 @@ Add the following dependency to your `pom.xml`.
2828
Add it as a gradle dependency for Android Studio, in `build.gradle`:
2929

3030
```groovy
31-
compile 'io.socket:socket.io-client:0.6.1'
31+
compile 'io.socket:socket.io-client:0.6.2'
3232
```
3333

3434
## Usage

0 commit comments

Comments
 (0)