diff --git a/Cargo.lock b/Cargo.lock index f2f6342..8ffade4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index b03801d..a86b893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.4" +version = "0.7.5" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"