From 653af3a3e71fa36a4339a1ffaf05a5c2450828b3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 26 Apr 2024 15:31:09 +0200 Subject: [PATCH] 2.0.26 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 071b825..b482302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartsocket", - "version": "2.0.25", + "version": "2.0.26", "description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",