Updated version

This commit is contained in:
nathan 2020-05-08 16:29:59 +02:00
parent f01c565392
commit 1cf4457f77
3 changed files with 1331 additions and 1331 deletions

View File

@ -58,7 +58,7 @@ class Broadcast {
*/
public static
String getVersion() {
return "4.0";
return "4.1";
}
/**

View File

@ -64,7 +64,7 @@ class Client<C extends Connection> extends EndPointClient implements Connection
*/
public static
String getVersion() {
return "4.0";
return "4.1";
}
private final String localChannelName;

View File

@ -76,7 +76,7 @@ class Server<C extends Connection> extends EndPointServer {
*/
public static
String getVersion() {
return "4.0";
return "4.1";
}
/**