Updated version

connection_type_change
nathan 2020-08-20 22:39:36 +02:00
parent bdbb8da05f
commit 0bb5b251fe
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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 = "1.2"
const val version = "1.3"
// set as project.ext
const val name = "NetworkUtils"