Updated versoin

This commit is contained in:
nathan 2017-07-30 21:31:13 +02:00
parent 498e494a1b
commit 8959289b33
5 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId> <artifactId>Network</artifactId>
<version>1.23</version> <version>1.24</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@ -55,7 +55,7 @@ class Broadcast {
*/ */
public static public static
Version getVersion() { Version getVersion() {
return new Version("1.23"); return new Version("1.24");
} }
/** /**

View File

@ -68,7 +68,7 @@ class Client<C extends Connection> extends EndPointClient<C> implements Connecti
*/ */
public static public static
Version getVersion() { Version getVersion() {
return new Version("1.23"); return new Version("1.24");
} }
/** /**

View File

@ -127,7 +127,7 @@ class DnsClient {
*/ */
public static public static
Version getVersion() { Version getVersion() {
return new Version("1.23"); return new Version("1.24");
} }
/** /**

View File

@ -65,7 +65,7 @@ class Server<C extends Connection> extends EndPointServer<C> {
*/ */
public static public static
Version getVersion() { Version getVersion() {
return new Version("1.23"); return new Version("1.24");
} }
/** /**