Skip to content

Commit

Permalink
bump v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jul 9, 2024
1 parent 4fd0033 commit c9264df
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.8.1-0",
"version": "1.8.1",
"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 @@ -266,4 +266,4 @@ export const MINUTE = 60 * SECOND;
export const HOUR = 60 * MINUTE;
export const DAY = 24 * HOUR;

export const VERSION = '1.8.1-0';
export const VERSION = '1.8.1';

0 comments on commit c9264df

Please sign in to comment.