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