From 6acf034ff24829d9fa5b72a0b4625132d493ba2e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 11 May 2022 21:04:04 +0530 Subject: [PATCH] feat: release v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b51a12b..e716b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index 8062610..d981c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.5.0" +version = "0.6.0" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"