From 5b21955e040ee733d6f633d6834c7f2a05a280a3 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 3 Dec 2025 09:22:44 +0000 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc4fe0..96f7a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartsocket", - "version": "2.1.0", + "version": "3.0.0", "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",