Skip to content

Commit 9ae1c51

Browse files
chore(release): prepare release engine.io-client-1.0.2
1 parent 2d87497 commit 9ae1c51

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.2 / 2022-07-10
2+
==================
3+
4+
### Bug Fixes
5+
6+
* check the type of the initial packet ([319f2e2](https://github.com/socketio/engine.io-client-java/commit/319f2e21bedced2866790671b3ae9ae7b0fabb82))
7+
* increase the readTimeout value of the default OkHttpClient ([2d87497](https://github.com/socketio/engine.io-client-java/commit/2d874971c2428a7a444b3a33afe66aedcdce3a96))
8+
9+
110

211
1.0.1 / 2020-12-10
312
==================

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following dependency to your `pom.xml`.
3535
<dependency>
3636
<groupId>io.socket</groupId>
3737
<artifactId>engine.io-client</artifactId>
38-
<version>1.0.1</version>
38+
<version>1.0.2</version>
3939
</dependency>
4040
</dependencies>
4141
```
@@ -44,7 +44,7 @@ Add the following dependency to your `pom.xml`.
4444
Add it as a gradle dependency for Android Studio, in `build.gradle`:
4545

4646
```groovy
47-
compile ('io.socket:engine.io-client:1.0.1') {
47+
compile ('io.socket:engine.io-client:1.0.2') {
4848
// excluding org.json which is provided by Android
4949
exclude group: 'org.json', module: 'json'
5050
}

pom.xml

+2-2
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>engine.io-client</artifactId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
<packaging>jar</packaging>
77
<name>engine.io-client</name>
88
<description>Engine.IO Client Library for Java</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/socketio/engine.io-client-java</url>
3131
<connection>scm:git:https://github.com/socketio/engine.io-client-java.git</connection>
3232
<developerConnection>scm:git:https://github.com/socketio/engine.io-client-java.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>engine.io-client-1.0.2</tag>
3434
</scm>
3535

3636
<developers>

0 commit comments

Comments
 (0)