Skip to content

Commit

Permalink
chore(release): prepare release engine.io-client-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 10, 2022
1 parent 2d87497 commit 9ae1c51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.2 / 2022-07-10
==================

### Bug Fixes

* check the type of the initial packet ([319f2e2](https://github.com/socketio/engine.io-client-java/commit/319f2e21bedced2866790671b3ae9ae7b0fabb82))
* increase the readTimeout value of the default OkHttpClient ([2d87497](https://github.com/socketio/engine.io-client-java/commit/2d874971c2428a7a444b3a33afe66aedcdce3a96))



1.0.1 / 2020-12-10
==================
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-client</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
</dependencies>
```
Expand All @@ -44,7 +44,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency for Android Studio, in `build.gradle`:

```groovy
compile ('io.socket:engine.io-client:1.0.1') {
compile ('io.socket:engine.io-client:1.0.2') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.socket</groupId>
<artifactId>engine.io-client</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>engine.io-client</name>
<description>Engine.IO Client Library for Java</description>
Expand Down Expand Up @@ -30,7 +30,7 @@
<url>https://github.com/socketio/engine.io-client-java</url>
<connection>scm:git:https://github.com/socketio/engine.io-client-java.git</connection>
<developerConnection>scm:git:https://github.com/socketio/engine.io-client-java.git</developerConnection>
<tag>HEAD</tag>
<tag>engine.io-client-1.0.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit 9ae1c51

Please sign in to comment.