Updated version from 2.13 to 2.14

This commit is contained in:
nathan 2019-01-13 17:46:12 +01:00
parent 3901436aca
commit d47c28bcc5
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ object Extras {
// set for the project // set for the project
const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 6+" const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 6+"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "2.13" const val version = "2.14"
// set as project.ext // set as project.ext
const val name = "Network" const val name = "Network"

View File

@ -57,7 +57,7 @@ class Broadcast {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.13"; return "2.14";
} }
/** /**

View File

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

View File

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