File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.6.1 / 2015-08-31
2+ ==================
3+
4+ * change package name to "io.socket"
5+
160.6.0 / 2015-08-09
27==================
38
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.0 </version >
22+ <version >0.6.1 </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.0 '
31+ compile 'io.socket:socket.io-client:0.6.1 '
3232```
3333
3434## Usage
You can’t perform that action at this time.
0 commit comments