diff --git a/Cargo.lock b/Cargo.lock index cefc75a..5cae5cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "clipshare" -version = "0.0.6" +version = "0.0.7" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index 85eccbf..d066548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipshare" -version = "0.0.6" +version = "0.0.7" edition = "2021" license = "MIT" authors = ["Rodrigo Navarro "]