Updated Version

This commit is contained in:
nathan 2017-07-29 23:31:09 +02:00
parent a7e838be8b
commit 8f5558c95c
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.22</version> <version>1.23</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.22"); return new Version("1.23");
} }
/** /**

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.22"); return new Version("1.23");
} }
/** /**

View File

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

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.22"); return new Version("1.23");
} }
/** /**