From ba97508d532ba7bded233f74662a6e2c74422e6e Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:08:43 +0200 Subject: [PATCH] Bump version 2.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0596bf26..5d6a6ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qortal-ui", - "version": "2.0.0", + "version": "2.1.0", "description": "Qortal Project - decentralize the world - Data storage, communications, web hosting, decentralized trading, complete infrastructure for the future blockchain-based Internet", "keywords": [ "QORT", @@ -36,7 +36,7 @@ "electron-log": "4.4.8" }, "devDependencies": { - "electron": "17.4.11", + "electron": "20.1.4", "electron-builder": "23.3.3", "electron-notarize": "1.2.1", "electron-packager": "16.0.0", @@ -45,4 +45,4 @@ "engines": { "node": ">=14.17.0" } -} \ No newline at end of file +}