summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 15:07:52 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 15:07:52 +0100
commit922cd7eda72f97ce812c86a9d90b4ce36453d3a0 (patch)
tree1ff8b36595646c23961d3363c60bf612538bc799
parente9225742184ae991523c9e279e7ef45f318221e3 (diff)
chore(release): 0.3.7
-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 33bf453..96b33a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1245,7 +1245,7 @@ dependencies = [
[[package]]
name = "what"
-version = "0.3.6"
+version = "0.3.7"
dependencies = [
"cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 7371684..f216aa3 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.3.6"
+version = "0.3.7"
homepage = "https://github.com/imsnif/what"
repository = "https://github.com/imsnif/what"
readme = "README.md"