Updated version

This commit is contained in:
nathan 2018-01-11 23:44:37 +01:00
parent ad7e0f44f9
commit 4f55f08aa7
4 changed files with 8 additions and 8 deletions

10
LICENSE
View File

@ -84,11 +84,6 @@
Drop-in replacement for MinLog to log through SLF4j.
- Netty DNS - Apache 2.0 License
http://netty.io
Copyright 2013, The Netty Project
- ReflectASM - BSD 3-clause License
https://github.com/EsotericSoftware/reflectasm
Copyright 2008, Nathan Sweet
@ -97,3 +92,8 @@
- SLF4J - MIT License
http://www.slf4j.org
Copyright 2004-2008, QOS.ch
- XBill DNS - BSD 3-clause License
http://www.xbill.org/dnsjava
Copyright 1999-2005, Brian Wellington

View File

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

View File

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

View File

@ -120,7 +120,7 @@ class DnsClient extends EndPoint {
*/
public static
String getVersion() {
return "2.4";
return "2.5";
}
/**