We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc89e3 commit 0f8a5e1Copy full SHA for 0f8a5e1
README.markdown
@@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml:
29
<dependency>
30
<groupId>org.java-websocket</groupId>
31
<artifactId>Java-WebSocket</artifactId>
32
- <version>1.3.9</version>
+ <version>1.4.0</version>
33
</dependency>
34
```
35
@@ -40,7 +40,7 @@ mavenCentral()
40
41
Then you can just add the latest version to your build.
42
```xml
43
-compile "org.java-websocket:Java-WebSocket:1.3.9"
+compile "org.java-websocket:Java-WebSocket:1.4.0"
44
45
46
#### Logging
0 commit comments