From a6a9577a6231660611fbaf204ecf6d9e491bf891 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 7 Nov 2019 00:06:47 +0100 Subject: chore(version): publish 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 746b519..f01713f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "what" -version = "0.2.0" +version = "0.3.0" dependencies = [ "cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1407deb..5bdc8d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "what" description = "Display current network utilization by process, connection and remote IP/hostname" -version = "0.2.0" +version = "0.3.0" homepage = "https://github.com/imsnif/what" repository = "https://github.com/imsnif/what" readme = "README.md" -- cgit v1.2.3