Updated license text

connection_type_change
nathan 2020-08-08 22:27:31 +02:00
parent 012f3c75f6
commit f4c8d75e9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- NetworkUtils - Provides various utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
- NetworkUtils - Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/NetworkUtils
Copyright 2020

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 = "0.1"
const val version = "1.0"
// set as project.ext
const val name = "NetworkUtils"