Skip to content

Commit

Permalink
bump v1.9.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 17, 2024
1 parent 536b799 commit 7c5f682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acala-wormhole-relayer",
"version": "1.9.0-2",
"version": "1.9.0-4",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@acala-network/api": "~6.0.4",
"@acala-network/asset-router": "~1.0.19-9",
"@acala-network/asset-router": "~1.0.19-13",
"@acala-network/bodhi": "~2.7.13",
"@acala-network/contracts": "^4.5.0",
"@acala-network/eth-providers": "~2.7.14",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ export const MINUTE = 60 * SECOND;
export const HOUR = 60 * MINUTE;
export const DAY = 24 * HOUR;

export const VERSION = '1.9.0-2';
export const VERSION = '1.9.0-4';
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@acala-network/api-derive" "6.0.4"
"@acala-network/types" "6.0.4"

"@acala-network/asset-router@~1.0.19-9":
version "1.0.19-9"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.19-9.tgz#f5ab351fcdf71f59a803e3a3d92cb3cb2d6bc752"
integrity sha512-dON0JO01TX93NVTTNGiElrs8l5WLwWFWU5qr7zPTYW39OoHGfgxYS1fa35Fcyz+ayUL6idBXJjq2t90pIUL1cw==
"@acala-network/asset-router@~1.0.19-13":
version "1.0.19-13"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.19-13.tgz#1ca13cf5e7410b1135c0c27d1c3e384b70256bcd"
integrity sha512-qtEoYH0GuRv2tDExLwDGWCWCw17A0cz6zJZ21wRe+ucsNVIlvRtiRi2DC2aSwfzJi6V+X9d6tfxjS7iDqeANcw==
dependencies:
"@acala-network/contracts" "^4.5.0"
"@acala-network/eth-providers" "^2.7.13"
Expand Down

0 comments on commit 7c5f682

Please sign in to comment.