prepare next release
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
0.8.3 / 2016-12-12
|
||||||
|
==================
|
||||||
|
|
||||||
|
* bump `engine.io-client`
|
||||||
|
|
||||||
0.8.2 / 2016-10-22
|
0.8.2 / 2016-10-22
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.socket</groupId>
|
<groupId>io.socket</groupId>
|
||||||
<artifactId>socket.io-client</artifactId>
|
<artifactId>socket.io-client</artifactId>
|
||||||
<version>0.8.2</version>
|
<version>0.8.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
@@ -30,7 +30,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 ('io.socket:socket.io-client:0.8.2') {
|
compile ('io.socket:socket.io-client:0.8.3') {
|
||||||
// excluding org.json which is provided by Android
|
// excluding org.json which is provided by Android
|
||||||
exclude group: 'org.json', module: 'json'
|
exclude group: 'org.json', module: 'json'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user