Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent 245f41bbe8
commit 8e7d51ead8
5 changed files with 5 additions and 5 deletions

View File

@ -96,7 +96,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>
```

View File

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

View File

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

View File

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

View File

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