From 5e064bb87a6f7e8a0ee5db9ed24e988b0b681360 Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 13:36:30 +0000 Subject: [PATCH] increment version, because npm requires --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cae18c1..d6be84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-websocket-bridge", - "version": "1.0.1", + "version": "1.0.2", "description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol", "main": "source/index.js", "scripts": {