From 3c0363079e1148ae0dc0595523905f9bee7b9a84 Mon Sep 17 00:00:00 2001 From: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Date: Fri, 7 Feb 2020 07:30:26 +0100 Subject: [PATCH] chore: Use Parity 2.7.2 (#588) * bump * remove comment --- packages/fether-electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fether-electron/package.json b/packages/fether-electron/package.json index afb056dc..952a144a 100644 --- a/packages/fether-electron/package.json +++ b/packages/fether-electron/package.json @@ -27,7 +27,7 @@ ], "homepage": "https://github.com/paritytech/fether", "parity": { - "version": "~2.5.13" + "version": "~2.7.2" }, "scripts": { "prebuild": "copyfiles -u 2 \"../fether-react/build/**/*\" static/ && ./scripts/fixElectronBug.sh", -- GitLab