Skip to content

Commit 3b6ae0f

Browse files
committed
update README and History
1 parent 4381f3a commit 3b6ae0f

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.3 / 2015-12-23
2+
==================
3+
4+
* bump `engine.io-client`.
5+
* fix back-off calculation
6+
* code quality improvements [civanyp]
7+
18
0.6.2 / 2015-10-10
29
==================
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
2121
<dependency>
2222
<groupId>io.socket</groupId>
2323
<artifactId>socket.io-client</artifactId>
24-
<version>0.6.2</version>
24+
<version>0.6.3</version>
2525
</dependency>
2626
</dependencies>
2727
```
@@ -30,7 +30,7 @@ Add the following dependency to your `pom.xml`.
3030
Add it as a gradle dependency for Android Studio, in `build.gradle`:
3131

3232
```groovy
33-
compile ('io.socket:socket.io-client:0.6.2') {
33+
compile ('io.socket:socket.io-client:0.6.3') {
3434
// excluding org.json which is provided by Android
3535
exclude group: 'org.json', module: 'json'
3636
}

0 commit comments

Comments
 (0)