From ff4ad1cbf5b2ccae43512a9d816cf294bc379355 Mon Sep 17 00:00:00 2001 From: Shantanu Goel Date: Sun, 13 Jun 2021 21:19:37 +0530 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d778ea..43b70dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "sup" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f340ec6..6767bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sup" -version = "0.2.0" +version = "0.2.1" authors = ["Shantanu Goel "] edition = "2018" description = "A utility to send notifications to local system or telegram"