diff --git a/Cargo.lock b/Cargo.lock index d3c1ace..98e77f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "stash-clipboard" -version = "0.3.5" +version = "0.3.6" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 51e12ee..a828573 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.5" +version = "0.3.6" edition = "2024" authors = [ "NotAShelf " ] license = "MPL-2.0"