Skip to content

Commit fd929e6

Browse files
committed
prepare next release
1 parent d1fda2f commit fd929e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.8.3 / 2016-12-12
3+
==================
4+
5+
* replace okhttp-ws with okhttp (#78) [@b95505017]
6+
27
0.8.2 / 2016-10-22
38
==================
49

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
1616
<dependency>
1717
<groupId>io.socket</groupId>
1818
<artifactId>engine.io-client</artifactId>
19-
<version>0.8.2</version>
19+
<version>0.8.3</version>
2020
</dependency>
2121
</dependencies>
2222
```
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
2525
Add it as a gradle dependency for Android Studio, in `build.gradle`:
2626

2727
```groovy
28-
compile ('io.socket:engine.io-client:0.8.2') {
28+
compile ('io.socket:engine.io-client:0.8.3') {
2929
// excluding org.json which is provided by Android
3030
exclude group: 'org.json', module: 'json'
3131
}

0 commit comments

Comments
 (0)