Skip to content

Commit 5233c9d

Browse files
authored
Merge pull request TooTallNate#747 from marci4/master
Update to 1.3.9
2 parents 587a0ad + 99a9911 commit 5233c9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use maven add this dependency to your pom.xml:
3636
<dependency>
3737
<groupId>org.java-websocket</groupId>
3838
<artifactId>Java-WebSocket</artifactId>
39-
<version>1.3.8</version>
39+
<version>1.3.9</version>
4040
</dependency>
4141
```
4242

@@ -47,7 +47,7 @@ mavenCentral()
4747
```
4848
Then you can just add the latest version to your build.
4949
```xml
50-
compile "org.java-websocket:Java-WebSocket:1.3.8"
50+
compile "org.java-websocket:Java-WebSocket:1.3.9"
5151
```
5252

5353
Writing your own WebSocket Server

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.java-websocket</groupId>
44
<artifactId>Java-WebSocket</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.3.9-SNAPSHOT</version>
6+
<version>1.3.10-SNAPSHOT</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>

0 commit comments

Comments
 (0)