Updated version

This commit is contained in:
nathan 2016-04-28 16:46:18 +02:00
parent 6a12059517
commit f6ebbc1080
5 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId> <artifactId>Network</artifactId>
<version>1.18</version> <version>1.19</version>
</dependency> </dependency>
``` ```

View File

@ -48,7 +48,7 @@ class Broadcast {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.18"; return "1.19";
} }
/** /**

View File

@ -66,7 +66,7 @@ class Client<C extends Connection> extends EndPointClient<C> implements Connecti
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.18"; return "1.19";
} }
/** /**

View File

@ -114,7 +114,7 @@ class DnsClient {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.18"; return "1.19";
} }
/** /**

View File

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