From bbdf61e0a90505a199c1f8a3ae50ce926452103b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 2 Feb 2024 16:40:39 +0100 Subject: [PATCH] 1.0.106 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 280c729..a982005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apiclient.xyz/docker", - "version": "1.0.105", + "version": "1.0.106", "description": "easy communication with docker remote api from node, TypeScript ready", "private": false, "main": "dist_ts/index.js", @@ -64,4 +64,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}