Skip to content

Commit 0f8a5e1

Browse files
committed
Update README.markdown
Update version
1 parent 4bc89e3 commit 0f8a5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml:
2929
<dependency>
3030
<groupId>org.java-websocket</groupId>
3131
<artifactId>Java-WebSocket</artifactId>
32-
<version>1.3.9</version>
32+
<version>1.4.0</version>
3333
</dependency>
3434
```
3535

@@ -40,7 +40,7 @@ mavenCentral()
4040
```
4141
Then you can just add the latest version to your build.
4242
```xml
43-
compile "org.java-websocket:Java-WebSocket:1.3.9"
43+
compile "org.java-websocket:Java-WebSocket:1.4.0"
4444
```
4545

4646
#### Logging

0 commit comments

Comments
 (0)