Skip to content

Commit

Permalink
Changed version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trinopoty committed Jul 21, 2020
1 parent 9caddb4 commit 4f7424c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
```
Expand All @@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency in `build.gradle`.

```groovy
compile ('io.socket:socket.io-server:1.0.0')
compile ('io.socket:socket.io-server:1.0.1')
```

## License
Expand Down
4 changes: 2 additions & 2 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>socket.io-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>

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

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

compile ('io.socket:socket.io-server:1.0.0')
compile ('io.socket:socket.io-server:1.0.1')
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>socket.io-server-bom</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>socket.io</name>
<description>Socket.IO server library for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion socket.io-server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>socket.io-server-bom</artifactId>
<groupId>io.socket</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion socket.io-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>socket.io-server-bom</artifactId>
<groupId>io.socket</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4f7424c

Please sign in to comment.