From 5d4b5b8df55ec5956160d494e98831a8e2bd7336 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 1 Nov 2022 22:54:56 +0530 Subject: [PATCH] chore(release): bump clipboard-substitutor to version 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0df3eb0..2a6b6b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.7.3-alpha.0" +version = "0.7.3" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index bb1f831..47b82f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.3-alpha.0" +version = "0.7.3" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"