From b854715940ee74c0a946902c04bd9d0f001442aa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 9 Dec 2024 02:39:31 +0100 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb2ae72..b22a464 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartshell", "private": false, - "version": "3.0.6", + "version": "3.1.0", "description": "A library for executing shell commands using promises.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",