diff --git a/Cargo.lock b/Cargo.lock index 210e7e6..e54c251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "clipboard-substitutor" -version = "0.7.2-alpha.0" +version = "0.7.2" dependencies = [ "anyhow", "argv", diff --git a/Cargo.toml b/Cargo.toml index 6e8ebc5..91485a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard-substitutor" -version = "0.7.2-alpha.0" +version = "0.7.2" authors = ["Harsh Shandilya "] edition = "2021" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"