File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.6.2 / 2015-10-10
2+ ==================
3+
4+ * compatible with socket.io 1.3.7
5+ * bump ` engine.io-client `
6+ * fix wrong reconnection state
7+
180.6.1 / 2015-08-31
29==================
310
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add the following dependency to your `pom.xml`.
1919 <dependency >
2020 <groupId >io.socket</groupId >
2121 <artifactId >socket.io-client</artifactId >
22- <version >0.6.1 </version >
22+ <version >0.6.2 </version >
2323 </dependency >
2424</dependencies >
2525```
@@ -28,7 +28,7 @@ Add the following dependency to your `pom.xml`.
2828Add it as a gradle dependency for Android Studio, in ` build.gradle ` :
2929
3030``` groovy
31- compile 'io.socket:socket.io-client:0.6.1 '
31+ compile 'io.socket:socket.io-client:0.6.2 '
3232```
3333
3434## Usage
You can’t perform that action at this time.
0 commit comments