diff --git a/Cargo.lock b/Cargo.lock index 943fbbb..d3b5980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,7 +2118,7 @@ dependencies = [ [[package]] name = "stash-clipboard" -version = "0.3.3" +version = "0.3.4" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index bb56641..94ec687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stash-clipboard" description = "Wayland clipboard manager with fast persistent history and multi-media support" -version = "0.3.3" +version = "0.3.4" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"