From 82d1ccb4eee9789182c6154096112461e5e82670 Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 13:16:41 +0000 Subject: [PATCH] added minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1d912..34bdb9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-websocket-bridge", - "version": "1.0.0", + "version": "1.0.1", "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": {