diff --git a/Cargo.toml b/Cargo.toml index ae2dfcc..9a3ff28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.13.0" +version = "0.13.1" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index e81c0aa..7d0b939 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.12.0" +default-net = "0.13" ``` For more details, see [examples][examples-url] or doc.