Updated version

master Version_2.20
Robinson 2023-05-06 00:19:01 +02:00
parent 9a067f4ae3
commit c74a42d50a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkUtils</artifactId>
<version>2.19.1</version>
<version>2.20</version>
</dependency>
</dependencies>
```
@ -30,7 +30,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:NetworkUtils:2.19.1")
implementation("com.dorkbox:NetworkUtils:2.20")
}
```

View File

@ -39,7 +39,7 @@ object Extras {
// set for the project
const val description = "Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)"
const val group = "com.dorkbox"
const val version = "2.19.1"
const val version = "2.20"
// set as project.ext
const val name = "NetworkUtils"

View File

@ -30,7 +30,7 @@ internal object Common {
/**
* Gets the version number.
*/
const val version = "2.19.1"
const val version = "2.20"
val OS_LINUX: Boolean
val OS_WINDOWS: Boolean

View File

@ -1,5 +1,5 @@
/*
* Copyright 2020 dorkbox, llc
* Copyright 2023 dorkbox, llc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.