diff --git a/Cargo.lock b/Cargo.lock index 067c05e..4a4c841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "assay", diff --git a/Cargo.toml b/Cargo.toml index b8e4f7c..c602f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.4.1" +version = "0.4.2" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"