Skip to content

Commit

Permalink
chore: bump version v0.27.1-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
r4mmer committed Feb 16, 2024
1 parent 21c8cda commit 2de9a34
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-rc4",
"version": "0.27.1-rc6",
"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-rc4';
const walletVersion = '0.27.1-rc6';

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-rc4';
export const VERSION = '0.27.1-rc6';

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

0 comments on commit 2de9a34

Please sign in to comment.