chore(release): bump clipboard-substitutor to version 0.7.0

This commit is contained in:
Harsh Shandilya 2022-07-13 17:35:35 +05:30
parent 3bf925328f
commit 422ac7448d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -89,7 +89,7 @@ dependencies = [
[[package]] [[package]]
name = "clipboard-substitutor" name = "clipboard-substitutor"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argv", "argv",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "clipboard-substitutor" name = "clipboard-substitutor"
version = "0.6.0" version = "0.7.0"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"] authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021" edition = "2021"
description = "CLI tool to monitor clipboard changes and perform operations based on the contents" description = "CLI tool to monitor clipboard changes and perform operations based on the contents"