From eb9bbd4c2c040b90757764b37b973abad7e1fa8d Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 27 Jan 2022 16:36:18 -0500 Subject: [PATCH] v0.52.2-alpha.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d23ff548..1b9465c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lbry", - "version": "0.52.1-alpha.5", + "version": "0.52.2-alpha.1", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" @@ -44,10 +44,10 @@ "postinstall:warning": "echo '\n\nWARNING\n\nNot all node modules were installed because NODE_ENV is set to \"production\".\nThis should only be set after installing dependencies with \"yarn\". The app will not work.\n\n'" }, "dependencies": { + "@electron/remote": "^2.0.1", "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", "@mui/material": "^5.2.1", - "@electron/remote": "^2.0.1", "@ungap/from-entries": "^0.2.1", "auto-launch": "^5.0.5", "electron-dl": "^3.2.0",