From d84c7a16a4f22ce47e0ed1f37c30c9bebffd7c20 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 22 Jun 2023 13:54:40 +0200 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c10d913..56d2732 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartshell", "private": false, - "version": "3.0.0", + "version": "3.0.1", "description": "shell actions designed as promises", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",