diff --git a/Cargo.lock b/Cargo.lock index 2345311..8f7a533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "clipshare" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index ecdbdec..d6ed565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipshare" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT" authors = ["Rodrigo Navarro "]