From ccb21e52768a9a58d326cea7ef843a3f5fb11eb6 Mon Sep 17 00:00:00 2001 From: ctjlewis Date: Thu, 25 May 2023 11:39:54 +0000 Subject: [PATCH] release: v35.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9fa1bb..65a59fe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "universal-shell", "description": "Cross-platform async shell support for POSIX commands on Linux, MacOS, and Windows.", "type": "module", - "version": "35.3.0", + "version": "35.4.0", "license": "MIT", "types": "dist/index.d.ts", "files": [ @@ -47,4 +47,4 @@ "releaseName": "v${version}" } } -} \ No newline at end of file +}