diff --git a/Cargo.toml b/Cargo.toml index a9cfdc8..cc178d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.1.0" +version = "0.1.1" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] edition = "2018" description = "Get default network information" diff --git a/README.md b/README.md index aa5f405..b2ce197 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.1.0" +default-net = "0.1.1" ``` ## Example