From 6c4b5f617b4af2a8afe36444f6c9d333b6aa2543 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Feb 2022 03:13: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 e3bcef4..b3ad218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index 8ed063e..60541f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.4.2" +version = "0.4.3" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"