Updated version

This commit is contained in:
nathan 2017-09-25 23:37:38 +02:00
parent aa686ef99a
commit 846e2d7760
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.29</version> <version>2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@ -54,7 +54,7 @@ class Broadcast {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.29"; return "2.0";
} }
/** /**

View File

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

View File

@ -126,7 +126,7 @@ class DnsClient {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.29"; return "2.0";
} }
/** /**

View File

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