File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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:
3535<dependency >
3636 <groupId >org.java-websocket</groupId >
3737 <artifactId >Java-WebSocket</artifactId >
38- <version >1.3.4 </version >
38+ <version >1.3.5 </version >
3939</dependency >
4040```
4141
@@ -46,14 +46,14 @@ mavenCentral()
4646```
4747Then you can just add the latest version to your build.
4848``` xml
49- compile "org.java-websocket:Java-WebSocket:1.3.4 "
49+ compile "org.java-websocket:Java-WebSocket:1.3.5 "
5050```
5151
5252
5353### Leiningen
5454
5555``` bash
56- [org.java-websocket/java-websocket " 1.3.4 " ]
56+ [org.java-websocket/java-websocket " 1.3.5 " ]
5757```
5858
5959Running the Examples
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99}
1010
1111group = ' org.java_websocket'
12- version = ' 1.3.4 '
12+ version = ' 1.3.5 '
1313sourceCompatibility = 1.6
1414targetCompatibility = 1.6
1515
Original file line number Diff line number Diff line change 33 <groupId >org.java-websocket</groupId >
44 <artifactId >Java-WebSocket</artifactId >
55 <packaging >jar</packaging >
6- <version >1.3.4 </version >
6+ <version >1.3.5 </version >
77 <name >Java-WebSocket</name >
88 <description >A barebones WebSocket client and server implementation written 100% in Java</description >
99 <url >https://github.com/TooTallNate/Java-WebSocket</url >
You can’t perform that action at this time.
0 commit comments