From da0a84256a09bfdb929552d7337b62055445e5e4 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 9 Aug 2020 13:09:31 +0200 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a06884..5950c9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ NetworkUtils ============ -###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/ObjectPool) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/ObjectPool) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/ObjectPool) [![Bitbucket](https://badge.dorkbox.com/bitbucket.svg "Bitbucket")](https://bitbucket.org/dorkbox/ObjectPool) +###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/NetworkUtils) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/NetworkUtils) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/NetworkUtils) Provides various Network Utilities, for IP/MAC address conversion, PING (without having to be root or with proper permissions) and managing various linux network properties @@ -21,7 +21,7 @@ Maven Info com.dorkbox NetworkUtils - 0.1 + 1.0 ``` @@ -31,7 +31,7 @@ Gradle Info ```` dependencies { ... - compile 'com.dorkbox:NetworkUtils:0.1' + compile 'com.dorkbox:NetworkUtils:1.0' } ````