Skip to content

Commit

Permalink
Changed version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trinopoty committed Jul 21, 2020
1 parent 74ed58f commit 2b42690
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 @@ -21,7 +21,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-server</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
</dependencies>
```
Expand All @@ -30,7 +30,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:1.3.4')
compile ('io.socket:engine.io-server:1.3.5')
```

#### 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>1.3.4</version>
<version>1.3.5</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:1.3.4')
compile ('io.socket:engine.io-server:1.3.5')

.. _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>1.3.4</version>
<version>1.3.5</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:1.3.4')
compile ('io.socket:engine.io-server-jetty:1.3.5')
2 changes: 1 addition & 1 deletion engine.io-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -5,7 +5,7 @@
<parent>
<groupId>io.socket</groupId>
<artifactId>engine.io-server-bom</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>1.3.4</version>
<version>1.3.5</version>
<packaging>pom</packaging>
<name>engine.io</name>
<description>Engine.IO server library for Java</description>
Expand Down

0 comments on commit 2b42690

Please sign in to comment.