diff --git a/Cargo.toml b/Cargo.toml index 4012810..df98a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.2.1" +version = "0.3.0" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] edition = "2018" description = "Get default network information" diff --git a/README.md b/README.md index 5f5189f..11054ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Get default network information Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.2.0" +default-net = "0.3.0" ``` ## Example