From 1271975ce4003e89e6709c9c01aa1a800dd716bc Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Wed, 12 Jan 2022 16:17:04 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49ad5a9..d0f81ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ dependencies = [ [[package]] name = "shellfirm" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c3516bc..f4d2ea7 100644 --- a/Cargo.toml +++ b/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.1.3" +version = "0.1.4" edition = "2021" authors = ["Elad-Kaplan "] license = "MIT"