diff --git a/package-lock.json b/package-lock.json index 24f946b..118908e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hivessh", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hivessh", - "version": "1.0.11", + "version": "1.0.12", "license": "MIT", "os": [ "!win32" diff --git a/package.json b/package.json index 0c7ad87..bc9dfa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hivessh", - "version": "1.0.11", + "version": "1.0.12", "description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", "main": "dist/index.js", "type": "module",