File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To use maven add this dependency to your pom.xml:
35
35
<dependency >
36
36
<groupId >org.java-websocket</groupId >
37
37
<artifactId >Java-WebSocket</artifactId >
38
- <version >1.3.7 </version >
38
+ <version >1.3.8 </version >
39
39
</dependency >
40
40
```
41
41
@@ -46,7 +46,7 @@ mavenCentral()
46
46
```
47
47
Then you can just add the latest version to your build.
48
48
``` xml
49
- compile "org.java-websocket:Java-WebSocket:1.3.7 "
49
+ compile "org.java-websocket:Java-WebSocket:1.3.8 "
50
50
```
51
51
52
52
Running the Examples
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
}
10
10
11
11
group = ' org.java_websocket'
12
- version = ' 1.3.7 '
12
+ version = ' 1.3.8 '
13
13
sourceCompatibility = 1.6
14
14
targetCompatibility = 1.6
15
15
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.8 -dev</version >
6
+ <version >1.3.9 -dev</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