summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 12:34:02 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 12:34:02 +0100
commit7476332cf915931c2e7700289dd0f072cf4aa809 (patch)
tree4b384537ed2dae871dd36850eed90e9d961e1816
parentc2d61fe5016650bed501a118fe64c42e7b67fb25 (diff)
chore(release): 0.3.4
-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 5bf3d8a..00a55b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1238,7 +1238,7 @@ dependencies = [
[[package]]
name = "what"
-version = "0.3.3"
+version = "0.3.4"
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 f6f87cc..ec75394 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.3"
+version = "0.3.4"
homepage = "https://github.com/imsnif/what"
repository = "https://github.com/imsnif/what"
readme = "README.md"