Skip to content

Commit

Permalink
bump v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 12, 2024
1 parent bb97436 commit 91e7259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acala-wormhole-relayer",
"version": "1.5.1",
"version": "1.6.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ export const TESTNET_MODE_WARNING = `
export const EUPHRATES_ADDR = '0x7Fe92EC600F15cD25253b421bc151c51b0276b7D';
export const EUPHRATES_POOLS = ['0', '1', '2', '3'];

export const VERSION = '1.5.1';
export const VERSION = '1.6.0';

0 comments on commit 91e7259

Please sign in to comment.