From 78e97eee05498ee72ad085cc90439eed47e2c25d Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Wed, 25 Mar 2026 16:54:50 +0200 Subject: [PATCH] bump version 0.3.8 --- Cargo.lock | 2 +- npm/cli-darwin-arm64/package.json | 2 +- npm/cli-darwin-x64/package.json | 2 +- npm/cli-linux-x64/package.json | 2 +- npm/cli-win32-x64/package.json | 2 +- npm/shellfirm/package.json | 10 +++++----- shellfirm/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20cb32e..f8fa4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1708,7 +1708,7 @@ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" [[package]] name = "shellfirm" -version = "0.3.7" +version = "0.3.8" dependencies = [ "clap", "clap_complete", diff --git a/npm/cli-darwin-arm64/package.json b/npm/cli-darwin-arm64/package.json index 1424917..d981de8 100644 --- a/npm/cli-darwin-arm64/package.json +++ b/npm/cli-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@shellfirm/cli-darwin-arm64", - "version": "0.3.7", + "version": "0.3.8", "description": "shellfirm binary for macOS ARM64", "license": "MIT", "os": [ diff --git a/npm/cli-darwin-x64/package.json b/npm/cli-darwin-x64/package.json index a7d25d0..2ef20d3 100644 --- a/npm/cli-darwin-x64/package.json +++ b/npm/cli-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@shellfirm/cli-darwin-x64", - "version": "0.3.7", + "version": "0.3.8", "description": "shellfirm binary for macOS x64", "license": "MIT", "os": [ diff --git a/npm/cli-linux-x64/package.json b/npm/cli-linux-x64/package.json index 4d8128e..534038a 100644 --- a/npm/cli-linux-x64/package.json +++ b/npm/cli-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@shellfirm/cli-linux-x64", - "version": "0.3.7", + "version": "0.3.8", "description": "shellfirm binary for Linux x64", "license": "MIT", "os": [ diff --git a/npm/cli-win32-x64/package.json b/npm/cli-win32-x64/package.json index 8248437..430e8ab 100644 --- a/npm/cli-win32-x64/package.json +++ b/npm/cli-win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@shellfirm/cli-win32-x64", - "version": "0.3.7", + "version": "0.3.8", "description": "shellfirm binary for Windows x64", "license": "MIT", "os": [ diff --git a/npm/shellfirm/package.json b/npm/shellfirm/package.json index b16b8e8..26ae154 100644 --- a/npm/shellfirm/package.json +++ b/npm/shellfirm/package.json @@ -1,6 +1,6 @@ { "name": "@shellfirm/cli", - "version": "0.3.7", + "version": "0.3.8", "description": "Intercept risky shell commands with verification challenges — a captcha for your terminal", "license": "MIT", "repository": { @@ -11,9 +11,9 @@ "shellfirm": "bin/shellfirm" }, "optionalDependencies": { - "@shellfirm/cli-darwin-arm64": "0.3.7", - "@shellfirm/cli-darwin-x64": "0.3.7", - "@shellfirm/cli-linux-x64": "0.3.7", - "@shellfirm/cli-win32-x64": "0.3.7" + "@shellfirm/cli-darwin-arm64": "0.3.8", + "@shellfirm/cli-darwin-x64": "0.3.8", + "@shellfirm/cli-linux-x64": "0.3.8", + "@shellfirm/cli-win32-x64": "0.3.8" } } diff --git a/shellfirm/Cargo.toml b/shellfirm/Cargo.toml index 3c2e9c0..bf288b5 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.3.7" +version = "0.3.8" edition = "2021" authors = ["Elad-Kaplan "] license = "MIT"