diff --git a/Cargo.lock b/Cargo.lock index e4435e8..49e5ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,7 +2937,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stash-clipboard" -version = "0.3.6" +version = "0.4.0" dependencies = [ "age", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 2c46f71..33f7463 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.6" +version = "0.4.0" edition = "2024" authors = [ "NotAShelf " ] license = "MPL-2.0"