Skip to content

Commit 19a5111

Browse files
Fix release 0.28.0 conflicts (#601)
1 parent d69f11d commit 19a5111

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"productName": "Hathor Wallet",
2323
"description": "Light wallet for Hathor Network",
2424
"author": "Hathor Labs <[email protected]> (https://hathor.network/)",
25-
"version": "0.27.1-rc5",
25+
"version": "0.28.0",
2626
"engines": {
2727
"node": ">=20.0.0",
2828
"npm": ">=10.0.0"

public/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (process.platform === 'darwin') {
3535
}
3636

3737
const appName = 'Hathor Wallet';
38-
const walletVersion = '0.27.1-rc5';
38+
const walletVersion = '0.28.0';
3939

4040
const debugMode = (
4141
process.argv.indexOf('--unsafe-mode') >= 0 &&

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const WALLET_HISTORY_COUNT = 10;
2121
/**
2222
* Wallet version
2323
*/
24-
export const VERSION = '0.27.1-rc5';
24+
export const VERSION = '0.28.0';
2525

2626
/**
2727
* Before this version the data in localStorage from the wallet is not compatible

0 commit comments

Comments
 (0)