diff --git a/Cargo.lock b/Cargo.lock index 85cbe27..8c89c04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index f1b6362..ab6bca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.4.0" +version = "0.4.1" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"