updated version

This commit is contained in:
nathan 2016-03-11 04:01:46 +01:00
parent af17cda9f2
commit 1379e18a94
4 changed files with 7 additions and 4 deletions

View File

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

View File

@ -66,7 +66,7 @@ class Client<C extends Connection> extends EndPointClient<C> implements Connecti
*/
public static
String getVersion() {
return "1.0";
return "1.1";
}
/**
@ -491,3 +491,4 @@ class Client<C extends Connection> extends EndPointClient<C> implements Connecti
closeConnections();
}
}

View File

@ -104,7 +104,7 @@ class DnsClient {
*/
public static
String getVersion() {
return "1.0";
return "1.1";
}
/**
@ -442,3 +442,4 @@ class DnsClient {
return resolve(hostname, DnsRecordType.TXT);
}
}

View File

@ -63,7 +63,7 @@ class Server<C extends Connection> extends EndPointServer<C> {
*/
public static
String getVersion() {
return "1.0";
return "1.1";
}
/**
@ -439,3 +439,4 @@ class Server<C extends Connection> extends EndPointServer<C> {
}
}
}