summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhunparmaksiz@gmail.com>2020-12-15 02:12:56 +0300
committerorhun <orhunparmaksiz@gmail.com>2020-12-15 02:12:56 +0300
commit57bf544f43f4f15c82f77f446a6032853b023878 (patch)
tree2877fd7e45dbebf863278ef9fe77d15aed06daf4
parent779c5d1cac843585ea7f153b39f968e65f060291 (diff)
chore: Prepare for the release v1.5.3v1.5.3
-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 f78fdd2..f6b9c2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -155,7 +155,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.5.2"
+version = "1.5.3"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 005fcba..a03265b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "1.5.2"
+version = "1.5.3"
description = "Linux kernel manager and activity monitor"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"