From 0e6dfb22a8ad3fa41e7a888a2d5532461e20129f Mon Sep 17 00:00:00 2001 From: lambertkevin Date: Mon, 2 May 2022 17:47:18 +0200 Subject: [PATCH] v2.41.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f0667e82..03960a9242 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.41.2", + "version": "2.41.3", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js",