From 13374e5dcbd0d1c055db1184fe07934dfe1da613 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 15 Aug 2022 16:04:32 +0530 Subject: [PATCH] chore(release): start next development iteration 0.7.3-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e54c251..a3c172a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.7.2" +version = "0.7.3-alpha.0" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index 91485a9..7102fff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.2" +version = "0.7.3-alpha.0" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"