Skip to content

Commit 762e530

Browse files
authored
Bump version 0.3.10 (#182)
bump version 0.3.10
1 parent cff57da commit 762e530

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shellfirm/cli-darwin-arm64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "shellfirm binary for macOS ARM64",
55
"license": "MIT",
66
"os": [

npm/cli-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shellfirm/cli-darwin-x64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "shellfirm binary for macOS x64",
55
"license": "MIT",
66
"os": [

npm/cli-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shellfirm/cli-linux-x64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "shellfirm binary for Linux x64",
55
"license": "MIT",
66
"os": [

npm/cli-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shellfirm/cli-win32-x64",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "shellfirm binary for Windows x64",
55
"license": "MIT",
66
"os": [

npm/shellfirm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shellfirm/cli",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Intercept risky shell commands with verification challenges — a captcha for your terminal",
55
"license": "MIT",
66
"repository": {
@@ -11,9 +11,9 @@
1111
"shellfirm": "bin/shellfirm"
1212
},
1313
"optionalDependencies": {
14-
"@shellfirm/cli-darwin-arm64": "0.3.9",
15-
"@shellfirm/cli-darwin-x64": "0.3.9",
16-
"@shellfirm/cli-linux-x64": "0.3.9",
17-
"@shellfirm/cli-win32-x64": "0.3.9"
14+
"@shellfirm/cli-darwin-arm64": "0.3.10",
15+
"@shellfirm/cli-darwin-x64": "0.3.10",
16+
"@shellfirm/cli-linux-x64": "0.3.10",
17+
"@shellfirm/cli-win32-x64": "0.3.10"
1818
}
1919
}

shellfirm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "shellfirm"
33
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."
4-
version = "0.3.9"
4+
version = "0.3.10"
55
edition = "2021"
66
authors = ["Elad-Kaplan <kaplan.elad@gmail.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)