Skip to content

Commit a1ab3dc

Browse files
authored
Merge pull request TooTallNate#1378 from marci4/1.5.5_increase_version
2 parents fe637a8 + 4a6e1c4 commit a1ab3dc

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.5.4-SNAPSHOT'
13+
version ='1.5.6-SNAPSHOT'
1414
sourceCompatibility =1.7
1515
targetCompatibility =1.7
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.5.5-SNAPSHOT</version>
8+
<version>1.5.6-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)