From e2fd2f19d928697de7fdac4b13cb6a7026e56478 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 24 Dec 2023 00:55:03 +0530 Subject: [PATCH] chore(release): bump clipboard-substitutor to version 0.7.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aa9ead..41a9389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clipboard-substitutor" -version = "0.7.6" +version = "0.7.7" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index d4e44e2..9e06c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.6" +version = "0.7.7" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"