From 301a678f5605f3ca9aa8d374b38455fb95d82c81 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 19 Sep 2025 14:04:14 +0300 Subject: [PATCH] chore: release v0.3.1 Signed-off-by: NotAShelf Change-Id: I6a6a69646a11adf5dcf39f6caa79390d13662bfe --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a7d1ac..ba0019a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "stash-clipboard" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9db55e7..553133c 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.0" +version = "0.3.1" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"