From fcf1be308763a60273237c5518883b9c24cada77 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 26 Apr 2022 22:35:36 +0530 Subject: [PATCH] feat: release 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cff9e18..633cbda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.4.6" +version = "0.5.0" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index 9d814a9..d4e93cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.4.6" +version = "0.5.0" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"