From 86a48f4f88f02e2209f03f7b9aa29c2d71d7a36d Mon Sep 17 00:00:00 2001 From: LFBarreto Date: Mon, 28 Feb 2022 13:29:02 +0100 Subject: [PATCH] v2.39.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60ca960534..534d952cd6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.39.1", + "version": "2.39.2", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js",