Updated version

This commit is contained in:
nathan 2017-09-26 12:44:51 +02:00
parent fb574189d3
commit e62e4a59c1
5 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
</dependencies>
```

View File

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

View File

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

View File

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

View File

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