summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhunparmaksiz@gmail.com>2020-04-05 00:54:30 +0300
committerorhun <orhunparmaksiz@gmail.com>2020-04-05 00:54:30 +0300
commitd2ebb95ded2a3ff2ba469a7e94e1aa735c6d5726 (patch)
treee73c20184aa2a55deff1fc711d21ec54bcbf2407
parent7a417d0387c95d3c95cd5ddcbf2f21772875c9ba (diff)
chore: Prepare for the release v1.0.1v1.0.1
-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 37eadba..3c5c5a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.0.0"
+version = "1.0.1"
dependencies = [
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 2956c66..17da49b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "1.0.0"
+version = "1.0.1"
description = "Linux kernel manager and activity monitor"
authors = ["orhun <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"