Updated version

This commit is contained in:
nathan 2017-08-04 18:27:24 +02:00
parent ff79443030
commit 6f1d7f0672
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.26</version> <version>1.27</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.26"); return new Version("1.27");
} }
/** /**

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

View File

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

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