prepare next release

This commit is contained in:
nkzawa
2016-12-12 18:01:16 +09:00
parent 42c0d30031
commit eb505080a4
2 changed files with 7 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
</dependency>
</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`:
```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
exclude group: 'org.json', module: 'json'
}