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 ae78d38 commit 765932aCopy full SHA for 765932a
build.gradle
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
group = 'org.java-websocket'
13
-version = '1.5.6'
+version = '1.5.7-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.6</version>
+ <version>1.5.7-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