summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-04-05 19:03:43 +0200
committerAram Drevekenin <aram@poor.dev>2020-04-05 19:03:43 +0200
commitce0b1f5d8403c3161d4e376996d368e33b79751e (patch)
treebcb02ee93ac86a69f121be327590b1fe3357e99b /Cargo.toml
parentbc9e2bf577b3415b2cde7b375684cf92a2fa2236 (diff)
docs(readme): update utilization and bump version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d892f1b..c1ac1b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
edition = "2018"
name = "bandwhich"
description = "Display current network utilization by process, connection and remote IP/hostname"
-version = "0.12.0"
+version = "0.13.0"
homepage = "https://github.com/imsnif/bandwhich"
repository = "https://github.com/imsnif/bandwhich"
readme = "README.md"
@@ -10,7 +10,8 @@ authors = [
"Aram Drevekenin <aram@poor.dev>",
"Eduardo Toledo <etoledom@icloud.com>",
"Eduardo Broto <ebroto@tutanota.com>",
- "Kelvin Zhang <zhangxp1998@gmail.com>"
+ "Kelvin Zhang <zhangxp1998@gmail.com>",
+ "Brooks Rady <b.j.rady@gmail.com>"
]
keywords = ["networking", "utilization", "cli"]
categories = ["network-programming", "command-line-utilities"]