From 279955f01e9d8c89dc09b51c0272e090b653202f Mon Sep 17 00:00:00 2001 From: lambertkevin Date: Fri, 1 Apr 2022 14:56:36 +0200 Subject: [PATCH] v.2.40.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f95d4c64d..b1490a5873 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.40.1", + "version": "2.40.2", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js",