diff --git a/Cargo.lock b/Cargo.lock index bdc43ff..efbc845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "stash" -version = "0.2.1" +version = "0.2.2" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7c1e59f..66772a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stash" -version = "0.2.1" +version = "0.2.2" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"