From 763c7a33b204c382e7b9470a928ae1535b36af42 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 23 Jan 2022 14:41:12 +0530 Subject: [PATCH] cargo: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 197aec0..85cbe27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 4cb5f84..f1b6362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.3.0" +version = "0.4.0" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"