From 3389aeefae7a6e2cc2d8732b08745f7ac23ee99e Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Tue, 1 Nov 2022 22:01:17 +0200 Subject: [PATCH] bump version 0.2.6 (#122) --- Cargo.lock | 2 +- shellfirm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4be87a..6b96f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,7 +706,7 @@ dependencies = [ [[package]] name = "shellfirm" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anyhow", "clap", diff --git a/shellfirm/Cargo.toml b/shellfirm/Cargo.toml index b6de984..ea6fac0 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.5" +version = "0.2.6" edition = "2021" authors = ["Elad-Kaplan "] license = "MIT"