From 9c68c0a3b25cdff540f6db9ba9f0e36dbfcd6661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= Date: Fri, 10 Jun 2022 16:01:57 -0400 Subject: [PATCH] Set version to 0.6.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8098104..daf44ff 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "wagyuinstaller", "productName": "Wagyu Installer", - "version": "0.5.3", + "version": "0.6.0", "description": "Application aimed at lowering the technical bar to staking on Ethereum", "main": "./build/electron/index.js", - "author": "Colfax Selby ", + "author": "Rémy Roy ", "license": "GPL", "devDependencies": { "@types/react": "^17.0.14",