File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`.
22
22
<dependency >
23
23
<groupId >io.socket</groupId >
24
24
<artifactId >socket.io-server</artifactId >
25
- <version >1.0.1 </version >
25
+ <version >1.0.2 </version >
26
26
</dependency >
27
27
</dependencies >
28
28
```
@@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`.
31
31
Add it as a gradle dependency in ` build.gradle ` .
32
32
33
33
``` groovy
34
- compile ('io.socket:socket.io-server:1.0.1 ')
34
+ compile ('io.socket:socket.io-server:1.0.2 ')
35
35
```
36
36
37
37
## License
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following dependency to your ``pom.xml``.::
16
16
<dependency>
17
17
<groupId>io.socket</groupId>
18
18
<artifactId>socket.io-server</artifactId>
19
- <version>1.0.1 </version>
19
+ <version>1.0.2 </version>
20
20
</dependency>
21
21
</dependencies>
22
22
25
25
26
26
Add it as a gradle dependency in ``build.gradle ``.::
27
27
28
- compile ('io.socket:socket.io-server:1.0.1 ')
28
+ compile ('io.socket:socket.io-server:1.0.2 ')
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.socket</groupId >
8
8
<artifactId >socket.io-server-bom</artifactId >
9
- <version >1.0.1 </version >
9
+ <version >1.0.2 </version >
10
10
<packaging >pom</packaging >
11
11
<name >socket.io</name >
12
12
<description >Socket.IO server library for Java</description >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >socket.io-server-bom</artifactId >
7
7
<groupId >io.socket</groupId >
8
- <version >1.0.1 </version >
8
+ <version >1.0.2 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >socket.io-server-bom</artifactId >
7
7
<groupId >io.socket</groupId >
8
- <version >1.0.1 </version >
8
+ <version >1.0.2 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
You can’t perform that action at this time.
0 commit comments