From e98461b9bc5f1713a4d4416ac8012a58ab511209 Mon Sep 17 00:00:00 2001 From: Tulio Miranda Date: Fri, 10 May 2024 12:59:06 -0300 Subject: [PATCH] chore: bump v0.28.1-rc.2 (#610) --- package-lock.json | 4 ++-- package.json | 2 +- public/electron.js | 2 +- src/constants.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8374db83..425cba2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hathor-wallet", - "version": "0.28.1-rc.1", + "version": "0.28.1-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hathor-wallet", - "version": "0.28.1-rc.1", + "version": "0.28.1-rc.2", "hasInstallScript": true, "dependencies": { "@hathor/wallet-lib": "1.0.4", diff --git a/package.json b/package.json index 4455ce7b..14242b22 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "productName": "Hathor Wallet", "description": "Light wallet for Hathor Network", "author": "Hathor Labs (https://hathor.network/)", - "version": "0.28.1-rc.1", + "version": "0.28.1-rc.2", "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" diff --git a/public/electron.js b/public/electron.js index 69b508e2..b35abbc5 100644 --- a/public/electron.js +++ b/public/electron.js @@ -35,7 +35,7 @@ if (process.platform === 'darwin') { } const appName = 'Hathor Wallet'; -const walletVersion = '0.28.1-rc.1'; +const walletVersion = '0.28.1-rc.2'; const debugMode = ( process.argv.indexOf('--unsafe-mode') >= 0 && diff --git a/src/constants.js b/src/constants.js index 737b7798..b65fdf7d 100644 --- a/src/constants.js +++ b/src/constants.js @@ -21,7 +21,7 @@ export const WALLET_HISTORY_COUNT = 10; /** * Wallet version */ -export const VERSION = '0.28.1-rc.1'; +export const VERSION = '0.28.1-rc.2'; /** * Before this version the data in localStorage from the wallet is not compatible