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