Skip to content

Commit

Permalink
bump v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jun 13, 2023
1 parent 9155db2 commit 3de8ed3
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.3.2",
"version": "1.3.3",
"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 @@ -98,4 +98,4 @@ export const TESTNET_MODE_WARNING = `
----------------------------
`;

export const VERSION = '1.3.2';
export const VERSION = '1.3.3';

0 comments on commit 3de8ed3

Please sign in to comment.