Skip to content

Commit 7bd2764

Browse files
committed
prepare v0.8.0
1 parent b08aa7d commit 7bd2764

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
0.7.0 / 2016-02-01
210
==================
311

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.
3030
Add 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
}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -28,8 +28,8 @@
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

@@ -62,7 +62,7 @@
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>

0 commit comments

Comments
 (0)