From 63f92c251261cbb561d99fe8f6db60af69a30acc Mon Sep 17 00:00:00 2001 From: Shantanu Goel Date: Tue, 15 Jun 2021 22:14:14 +0530 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4e40f2..1254f19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,7 +910,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "sup" -version = "0.2.1" +version = "0.3.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index de89fc5..b9bdc51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sup" -version = "0.2.1" +version = "0.3.1" authors = ["Shantanu Goel "] edition = "2018" description = "A utility to send notifications to local system or telegram"