From 60219889d53f61d7f77050a5ec23a38f712ab57c Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Tue, 22 Feb 2022 14:48:24 +0100 Subject: [PATCH] bump package.json to 2.39.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37992d69d0..b32f291f95 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.38.3", + "version": "2.39.0", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js",