diff --git a/Cargo.lock b/Cargo.lock index 1928763..f2b6bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "stash" -version = "0.2.3" +version = "0.2.4" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 71ff39c..1b6caa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stash" -version = "0.2.3" +version = "0.2.4" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"