From 2121e4f56cd0c46494eb83547c8848ee01646102 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 29 Dec 2024 22:51:34 +0100 Subject: [PATCH] 1.0.186 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2e5a16..b5d88d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coretraffic", - "version": "1.0.185", + "version": "1.0.186", "description": "CoreTraffic is a TypeScript-based solution for routing and managing network traffic within a Docker setup, featuring SSL redirection and Coreflow integration for real-time configuration updates.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -73,4 +73,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}