From 7fb757b8684675660027f4ae214304a61e7a7678 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 28 Nov 2021 16:08:51 +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 6a510f5..13af8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 9fe0b7a..5c5e7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.1.0" +version = "0.2.0" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"