From 343689a87f6b5581418240aab69a3fd5a5c26b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric-Antoine=20Ouellet?= <1925921@cstjean.qc.ca> Date: Fri, 28 Jan 2022 00:42:39 -0500 Subject: [PATCH] correct version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9838ad..9a1a61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "no-chat", - "version": "1.0.0", + "version": "1.5.0", "description": "A simple Node.js chat application using Socket.io and Express", "main": "app.js", "scripts": {