From 18fa56ac170bcb011e9fe741a82522538c4be2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric-Antoine=20Ouellet?= <1925921@cstjean.qc.ca> Date: Wed, 2 Feb 2022 01:38:59 -0500 Subject: [PATCH] change version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a1a61f..08b9d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "no-chat", - "version": "1.5.0", + "version": "1.8.0", "description": "A simple Node.js chat application using Socket.io and Express", "main": "app.js", "scripts": {