Skip to content

Commit

Permalink
Merge pull request #1395 from marci4/1.5.6_increase_version
Browse files Browse the repository at this point in the history
  • Loading branch information
marci4 committed Feb 6, 2024
2 parents ae78d38 + 765932a commit 6910229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = 'org.java-websocket'
version = '1.5.6'
version = '1.5.7-SNAPSHOT'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<packaging>jar</packaging>
<version>1.5.6</version>
<version>1.5.7-SNAPSHOT</version>
<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>
Expand Down

0 comments on commit 6910229

Please sign in to comment.