From 6a89fe813fdbd7e65b312178e96de85f539634cf Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 26 Aug 2023 01:22:21 +0530 Subject: [PATCH] chore(release): bump clipboard-substitutor to version 0.7.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99c4a10..d3c4535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.7.5" +version = "0.7.6" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index 29f4177..7808052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.5" +version = "0.7.6" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"