From 57bf544f43f4f15c82f77f446a6032853b023878 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 15 Dec 2020 02:12:56 +0300 Subject: [PATCH] chore: Prepare for the release v1.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] license = "GPL-3.0"