From ac6f0b45579c73a1738d270d7038ca0b5cef04f4 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 12 Jun 2023 02:48:36 +1000 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72c42e7..39909e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-websocket-bridge", - "version": "1.0.4", + "version": "1.0.5", "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": {