From 49be7a5e32a9dfc9c48adf0c17a761d2e8940a6a Mon Sep 17 00:00:00 2001 From: orhun Date: Wed, 22 Jul 2020 16:20:43 +0300 Subject: [PATCH] chore: Prepare for the release v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1139846b..1947bf9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bytesize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e7526d49..58f010a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.2.0" +version = "1.3.0" description = "Linux kernel manager and activity monitor" authors = ["orhun "] license = "GPL-3.0"