summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-12-22 10:33:36 +0100
committerAram Drevekenin <aram@poor.dev>2019-12-22 10:33:36 +0100
commita944cbd9d35b7b35be82cff89c5dfbdab17fc3dc (patch)
treeac004d71c64682b9fe0f32e51fe99c523310955d
parentb150bf3ef49d38b8839c19cd711fb91cbdc20f38 (diff)
chore(release): 0.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 11e967e..5420c90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1647,7 +1647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "what"
-version = "0.4.1"
+version = "0.5.0"
dependencies = [
"async-trait 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 882ad20..23d9ae3 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.4.1"
+version = "0.5.0"
homepage = "https://github.com/imsnif/what"
repository = "https://github.com/imsnif/what"
readme = "README.md"