update README and History for the next release

This commit is contained in:
nkzawa
2016-02-01 18:03:59 +09:00
parent ba723d0460
commit 641e34d3e5
3 changed files with 14 additions and 3 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.6.3</version>
<version>0.7.0</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.6.3') {
compile ('io.socket:socket.io-client:0.7.0') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}