File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+
2+ 0.8.0 / 2016-09-23
3+ ==================
4+
5+ * bump ` engine.io-client `
6+ * README: fix typos [ kylestev, lu-zero]
7+ * test: use TLSv1
8+
190.7.0 / 2016-02-01
210==================
311
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
2121 <dependency >
2222 <groupId >io.socket</groupId >
2323 <artifactId >socket.io-client</artifactId >
24- <version >0.7 .0</version >
24+ <version >0.8 .0</version >
2525 </dependency >
2626</dependencies >
2727```
@@ -30,7 +30,7 @@ Add the following dependency to your `pom.xml`.
3030Add it as a gradle dependency for Android Studio, in ` build.gradle ` :
3131
3232``` groovy
33- compile ('io.socket:socket.io-client:0.7 .0') {
33+ compile ('io.socket:socket.io-client:0.8 .0') {
3434 // excluding org.json which is provided by Android
3535 exclude group: 'org.json', module: 'json'
3636}
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >io.socket</groupId >
44 <artifactId >socket.io-client</artifactId >
5- <version >0.7.1 -SNAPSHOT</version >
5+ <version >0.8.0 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >socket.io-client</name >
88 <description >Socket.IO Client Library for Java</description >
2828
2929 <scm >
3030 <url >https://github.com/socketio/socket.io-client-java</url >
31- <connection >scm:git:git ://github.com/socketio/socket.io-client-java.git</connection >
32- <developerConnection >scm:git:git@ github.com: socketio/socket.io-client-java.git</developerConnection >
31+ <connection >scm:git:https ://github.com/socketio/socket.io-client-java.git</connection >
32+ <developerConnection >scm:git:https:// github.com/ socketio/socket.io-client-java.git</developerConnection >
3333 <tag >HEAD</tag >
3434 </scm >
3535
6262 <dependency >
6363 <groupId >io.socket</groupId >
6464 <artifactId >engine.io-client</artifactId >
65- <version >0.7 .0</version >
65+ <version >0.8 .0</version >
6666 </dependency >
6767 <dependency >
6868 <groupId >org.json</groupId >
You can’t perform that action at this time.
0 commit comments