From 02f3ea75cdd597940b5a195657f808e15d038161 Mon Sep 17 00:00:00 2001 From: Chukwuma Nwaugha Date: Sun, 21 Jan 2024 22:19:04 +0100 Subject: [PATCH] bump project version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15f25dc..ad4bb50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ws-reqonet", "description": "Simple WebSocket wrapper with reconnect logic", - "version": "1.0.0", + "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/nwaughachukwuma/ws-reqonet.git"