From 0d4c74e05e19843c3b469031d2aedb36412c4b82 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sun, 25 Apr 2021 21:28:52 +0900 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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