From 2640275d043930ac5a01733aff331f8a22b020b7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 28 Dec 2022 13:52:17 +0100 Subject: [PATCH] 2.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3734a5..673fe73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartsocket", - "version": "2.0.9", + "version": "2.0.10", "description": "easy and secure websocket communication", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -59,4 +59,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}