From 0ca64988e64da170b999b93acd802915c0b59db6 Mon Sep 17 00:00:00 2001 From: orhun Date: Wed, 29 Jul 2020 23:37:08 +0300 Subject: [PATCH] chore: Prepare for the release v1.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1947bf9d..80d0f6af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.3.0" +version = "1.3.1" 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 58f010a2..2277fbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.3.0" +version = "1.3.1" description = "Linux kernel manager and activity monitor" authors = ["orhun "] license = "GPL-3.0"