From 8a0a18f4da1f882131716720d86d14021b1fc56a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 3 Mar 2026 23:41:59 +0000 Subject: [PATCH] v3.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f1199..ea8ee2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartshell", "private": false, - "version": "3.3.2", + "version": "3.3.3", "description": "A library for executing shell commands using promises.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",