summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhunparmaksiz@gmail.com>2020-02-28 12:12:31 +0300
committerorhun <orhunparmaksiz@gmail.com>2020-02-28 12:12:31 +0300
commit51a629d9792ab3ec63d20a826d20e784672caf5d (patch)
tree9dc31507493636c9b9501da8d4a230ee627d7fdf
parent8474f52f59d3739ac663f37155d0cf053dce057b (diff)
chore: Prepare for the release v0.2.1v0.2.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 04a047b..9283288 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "0.2.0"
+version = "0.2.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 14fd3af..5477e26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "0.2.0"
+version = "0.2.1"
description = "Linux kernel manager and activity monitor"
authors = ["orhun <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"