Skip to content

Commit

Permalink
bump: v0.20.5 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
luislhl authored Oct 17, 2024
1 parent 453da5a commit 84d247f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
@@ -1,6 +1,6 @@
{
"name": "hathor-admin",
"version": "0.20.4",
"version": "0.20.5",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const TESTNET_GENESIS_TX = [
'00975897028ceb037307327c953f5e7ad4d3f42402d71bd3d11ecb63ac39f01a',
];

export const VERSION = '0.20.4';
export const VERSION = '0.20.5';

export const MIN_API_VERSION = '0.33.0';

Expand Down

0 comments on commit 84d247f

Please sign in to comment.