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.
2 parents fe637a8 + 4a6e1c4 commit a1ab3dcCopy full SHA for a1ab3dc
build.gradle
@@ -10,7 +10,7 @@ repositories{
10
}
11
12
group ='org.java-websocket'
13
-version ='1.5.4-SNAPSHOT'
+version ='1.5.6-SNAPSHOT'
14
sourceCompatibility =1.7
15
targetCompatibility =1.7
16
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.java-websocket</groupId>
6
<artifactId>Java-WebSocket</artifactId>
7
<packaging>jar</packaging>
8
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.6-SNAPSHOT</version>
9
<name>Java-WebSocket</name>
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
<url>https://github.com/TooTallNate/Java-WebSocket</url>
0 commit comments