diff --git a/Cargo.lock b/Cargo.lock index cc4be64..f097c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "stash" -version = "0.2.4" +version = "0.3.0" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 673f3a2..a5695a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stash" -version = "0.2.4" +version = "0.3.0" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"