From cd3675280ad11cf966189e74ea3f9041f1e7b64a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 20 Feb 2025 12:37:11 +0100 Subject: [PATCH] 3.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d85da9c..26dd66e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartshell", "private": false, - "version": "3.2.2", + "version": "3.2.3", "description": "A library for executing shell commands using promises.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",