From bcc24e5b631a9fcd9f6b9c80acd4d5797fbe103a Mon Sep 17 00:00:00 2001 From: Majo Richter <39386799+NobleMajo@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:33:00 +0100 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3dfe8f..571471b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hivessh", - "version": "1.1.0", + "version": "1.1.1", "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",