Skip to content

Commit 54b860a

Browse files
authored
Merge pull request TooTallNate#1447 from marci4/increase_version_1.6.1
Increase Version to 1.6.1
2 parents da3cf2a + f66edcb commit 54b860a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group = 'org.java-websocket'
13-
version = '1.6.0'
13+
version = '1.6.1-SNAPSHOT'
1414
sourceCompatibility = 1.8
1515
targetCompatibility = 1.8
1616

pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0</version>
8+
<version>1.6.1-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)