summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 13:55:36 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 13:55:36 +0100
commit6a6a7f0a6cc90e19b7588b4be0852c836277c0e5 (patch)
treeedb5979205399dcd4ce4a89feec66778146944bc
parent83d7d7098a1fae85e46c4776dc0864e27b2a3fe4 (diff)
chore(release): 0.3.6
-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 7d6c805..bc98d14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1324,7 +1324,7 @@ dependencies = [
[[package]]
name = "what"
-version = "0.3.5"
+version = "0.3.6"
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 370e66e..b7f30c9 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.5"
+version = "0.3.6"
homepage = "https://github.com/imsnif/what"
repository = "https://github.com/imsnif/what"
readme = "README.md"