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