From 4e2fa3f80079a26c6f6a683c8413c8d03ba3f58c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 10 Mar 2022 14:21:56 +0530 Subject: [PATCH] feat: release v0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6f25eb..046933e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index 6d6da39..9bb9634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.4.4" +version = "0.4.5" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"