Skip to content

Commit 202d7a4

Browse files
committed
Increase version to 1.5.8
1 parent d866754 commit 202d7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group = 'org.java-websocket'
13-
version = '1.5.7'
13+
version = '1.5.8-SNAPSHOT'
1414
sourceCompatibility = 1.7
1515
targetCompatibility = 1.7
1616

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.java-websocket</groupId>
66
<artifactId>Java-WebSocket</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.5.7</version>
8+
<version>1.5.8-SNAPSHOT</version>
99
<name>Java-WebSocket</name>
1010
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
1111
<url>https://github.com/TooTallNate/Java-WebSocket</url>

0 commit comments

Comments
 (0)