From daf040439c809ca481b3ab7baaaf55ff3ae920f0 Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 16:24:17 +0000 Subject: [PATCH] increment version number because testing workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0822171..72c42e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-websocket-bridge", - "version": "1.0.3", + "version": "1.0.4", "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": {