diff --git a/Cargo.lock b/Cargo.lock index bf9d771..9cb0226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clipboard-substitutor" -version = "0.7.7" +version = "0.7.8" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index 1836b5d..01d3e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.7" +version = "0.7.8" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"