From 765932aa96837100167ebca9f1c4b60d2256698c Mon Sep 17 00:00:00 2001 From: marci4 Date: Tue, 6 Feb 2024 22:39:51 +0100 Subject: [PATCH] Increase version to 1.5.7 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0359cddf..3a381ce4 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { } group = 'org.java-websocket' -version = '1.5.6' +version = '1.5.7-SNAPSHOT' sourceCompatibility = 1.7 targetCompatibility = 1.7 diff --git a/pom.xml b/pom.xml index 148eefd2..48b1ca9e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.java-websocket Java-WebSocket jar - 1.5.6 + 1.5.7-SNAPSHOT Java-WebSocket A barebones WebSocket client and server implementation written 100% in Java https://github.com/TooTallNate/Java-WebSocket