updated version

This commit is contained in:
Robinson 2021-04-27 14:20:51 +02:00
parent 21ca28e988
commit 31f559accc
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ object Extras {
// set for the project
const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 8+"
const val group = "com.dorkbox"
const val version = "5.0"
const val version = "5.1"
// set as project.ext
const val name = "Network"

View File

@ -48,7 +48,7 @@ open class Client<CONNECTION : Connection>(config: Configuration = Configuration
/**
* Gets the version number.
*/
const val version = "5.0"
const val version = "5.1"
init {
// Add this project to the updates system, which verifies this class + UUID + version information

View File

@ -61,7 +61,7 @@ open class Server<CONNECTION : Connection>(config: ServerConfiguration = ServerC
/**
* Gets the version number.
*/
const val version = "5.0"
const val version = "5.1"
/**
* Checks to see if a server (using the specified configuration) is running.