diff --git a/Cargo.lock b/Cargo.lock index 6b96f47..13d002c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,7 +706,7 @@ dependencies = [ [[package]] name = "shellfirm" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "clap", diff --git a/shellfirm/Cargo.toml b/shellfirm/Cargo.toml index ea6fac0..7293c15 100644 --- a/shellfirm/Cargo.toml +++ b/shellfirm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shellfirm" description = "`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal." -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["Elad-Kaplan "] license = "MIT"