From 4be135223527cface6a7dd8f3f73815c24649ef8 Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Thu, 30 May 2024 16:59:29 +0200 Subject: [PATCH] Upgrade electron@29.4.2 + Bump version (#2157) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57f505ba9..e1aac5c5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "symphony", "productName": "Symphony", - "version": "24.5.0", + "version": "24.5.1", "clientVersion": "2.0.1", "buildNumber": "0", "searchAPIVersion": "1.55.3", @@ -178,7 +178,7 @@ "builder-util-runtime": "^9.0.3", "cross-env": "7.0.3", "del": "3.0.0", - "electron": "29.3.0", + "electron": "29.4.2", "electron-builder": "^24.13.2", "electron-icon-maker": "0.0.5", "electron-osx-sign": "^0.6.0",