summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-07 00:06:47 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-07 00:06:47 +0100
commita6a9577a6231660611fbaf204ecf6d9e491bf891 (patch)
treeb5d23561cdb025acb351dd4a05c1b4b37100d3e7
parent34c952efd287b9cc3da89b5811a092954f4d99e1 (diff)
chore(version): publish 0.3.00.3.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 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"