Skip to content

Commit 5ae14f5

Browse files
committed
Changed version to v1.0.2
1 parent dbf1713 commit 5ae14f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`.
2222
<dependency>
2323
<groupId>io.socket</groupId>
2424
<artifactId>socket.io-server</artifactId>
25-
<version>1.0.1</version>
25+
<version>1.0.2</version>
2626
</dependency>
2727
</dependencies>
2828
```
@@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`.
3131
Add it as a gradle dependency in `build.gradle`.
3232

3333
```groovy
34-
compile ('io.socket:socket.io-server:1.0.1')
34+
compile ('io.socket:socket.io-server:1.0.2')
3535
```
3636

3737
## License

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following dependency to your ``pom.xml``.::
1616
<dependency>
1717
<groupId>io.socket</groupId>
1818
<artifactId>socket.io-server</artifactId>
19-
<version>1.0.1</version>
19+
<version>1.0.2</version>
2020
</dependency>
2121
</dependencies>
2222

@@ -25,4 +25,4 @@ Gradle
2525

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

28-
compile ('io.socket:socket.io-server:1.0.1')
28+
compile ('io.socket:socket.io-server:1.0.2')

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.socket</groupId>
88
<artifactId>socket.io-server-bom</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<packaging>pom</packaging>
1111
<name>socket.io</name>
1212
<description>Socket.IO server library for Java</description>

socket.io-server-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>socket.io-server-bom</artifactId>
77
<groupId>io.socket</groupId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

socket.io-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>socket.io-server-bom</artifactId>
77
<groupId>io.socket</groupId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)