Skip to content

Commit

Permalink
chore: bump v0.28.1-rc.1 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliomir authored May 3, 2024
1 parent cd323b7 commit ac03bec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.28.0",
"version": "0.28.1-rc.1",
"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.28.0';
const walletVersion = '0.28.1-rc.1';

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.28.0';
export const VERSION = '0.28.1-rc.1';

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

0 comments on commit ac03bec

Please sign in to comment.