Skip to content

Commit

Permalink
Changed version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trinopoty committed Feb 3, 2021
1 parent 3b4d44f commit 4022c1c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
</dependencies>
```
Expand All @@ -32,7 +32,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency in `build.gradle`.

```groovy
compile ('io.socket:engine.io-server:4.0.1')
compile ('io.socket:engine.io-server:4.0.2')
```

#### Engine.IO Protocol 1.x suppport
Expand Down
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following dependency to your ``pom.xml``.::
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
</dependencies>

Expand All @@ -25,7 +25,7 @@ Gradle

Add it as a gradle dependency in ``build.gradle``.::

compile ('io.socket:engine.io-server:4.0.1')
compile ('io.socket:engine.io-server:4.0.2')

.. _install-jetty-ws-adapter:

Expand All @@ -41,7 +41,7 @@ Add the following dependency to your ``pom.xml``.::
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-jetty</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
</dependencies>

Expand All @@ -50,4 +50,4 @@ Gradle

Add it as a gradle dependency in ``build.gradle``.::

compile ('io.socket:engine.io-server-jetty:4.0.1')
compile ('io.socket:engine.io-server-jetty:4.0.2')
2 changes: 1 addition & 1 deletion engine.io-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</parent>

<artifactId>engine.io-server-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine.io-server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</parent>

<artifactId>engine.io-server-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine.io-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</parent>

<artifactId>engine.io-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<packaging>pom</packaging>
<name>engine.io</name>
<description>Engine.IO server library for Java</description>
Expand Down

0 comments on commit 4022c1c

Please sign in to comment.