Skip to content

Commit 8b1fbdc

Browse files
committed
update README
1 parent cad9a3f commit 8b1fbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3</version>
19+
<version>0.9.0</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.3') {
28+
compile ('io.socket:engine.io-client:0.9.0') {
2929
// excluding org.json which is provided by Android
3030
exclude group: 'org.json', module: 'json'
3131
}

0 commit comments

Comments
 (0)