Skip to content

Commit 48f134b

Browse files
committed
bump v1.10.0
1 parent f158a89 commit 48f134b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acala-wormhole-relayer",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ export const MINUTE = 60 * SECOND;
256256
export const HOUR = 60 * MINUTE;
257257
export const DAY = 24 * HOUR;
258258

259-
export const VERSION = '1.9.0';
259+
export const VERSION = '1.10.0';

0 commit comments

Comments
 (0)