Updated version

This commit is contained in:
nathan 2017-08-02 22:58:55 +02:00
parent bd82695d2d
commit fa57d78b55
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.25</version> <version>1.26</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.25"); return new Version("1.26");
} }
/** /**

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

View File

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

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