Skip to content

Commit

Permalink
chore: bump v0.28.0-rc1 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4mmer authored Mar 27, 2024
1 parent 69e8127 commit d86bd2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"productName": "Hathor Wallet",
"description": "Light wallet for Hathor Network",
"author": "Hathor Labs <[email protected]> (https://hathor.network/)",
"version": "0.27.1-rc5",
"version": "0.28.0-rc1",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (process.platform === 'darwin') {
}

const appName = 'Hathor Wallet';
const walletVersion = '0.27.1-rc5';
const walletVersion = '0.28.0-rc1';

const debugMode = (
process.argv.indexOf('--unsafe-mode') >= 0 &&
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const WALLET_HISTORY_COUNT = 10;
/**
* Wallet version
*/
export const VERSION = '0.27.1-rc5';
export const VERSION = '0.28.0-rc1';

/**
* Before this version the data in localStorage from the wallet is not compatible
Expand Down

0 comments on commit d86bd2b

Please sign in to comment.