updated version

connection_type_change
nathan 2020-08-20 17:34:10 +02:00
parent 6f54f881f5
commit 431703ee1d
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.1"
const val version = "1.2"
// set as project.ext
const val name = "NetworkUtils"