File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ To use maven add this dependency to your pom.xml:
36
36
<dependency >
37
37
<groupId >org.java-websocket</groupId >
38
38
<artifactId >Java-WebSocket</artifactId >
39
- <version >1.3.8 </version >
39
+ <version >1.3.9 </version >
40
40
</dependency >
41
41
```
42
42
@@ -47,7 +47,7 @@ mavenCentral()
47
47
```
48
48
Then you can just add the latest version to your build.
49
49
``` xml
50
- compile "org.java-websocket:Java-WebSocket:1.3.8 "
50
+ compile "org.java-websocket:Java-WebSocket:1.3.9 "
51
51
```
52
52
53
53
Writing your own WebSocket Server
Original file line number Diff line number Diff line change 3
3
<groupId >org.java-websocket</groupId >
4
4
<artifactId >Java-WebSocket</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >1.3.9 -SNAPSHOT</version >
6
+ <version >1.3.10 -SNAPSHOT</version >
7
7
<name >Java-WebSocket</name >
8
8
<description >A barebones WebSocket client and server implementation written 100% in Java</description >
9
9
<url >https://github.com/TooTallNate/Java-WebSocket</url >
You can’t perform that action at this time.
0 commit comments