diff --git a/Cargo.lock b/Cargo.lock index 22ff536..39be59b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,7 +923,7 @@ dependencies = [ [[package]] name = "stash" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index 87a335a..4529591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stash" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"