diff --git a/Cargo.toml b/Cargo.toml index 90fc78d..9cda6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.8.1" +version = "0.8.2" authors = ["shellrow "] edition = "2018" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index 37bfaa2..be8852e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.8.1" +default-net = "0.8.2" ``` ## Example