From 919f95945ccf69bf019c167df6a493bbee0e5ec6 Mon Sep 17 00:00:00 2001 From: Shunji Zhan Date: Mon, 9 Dec 2024 16:44:09 +0800 Subject: [PATCH] bump v1.9.1-0 --- package.json | 2 +- src/consts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45f3751..42d5f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acala-wormhole-relayer", - "version": "1.9.0", + "version": "1.9.1-0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/consts.ts b/src/consts.ts index 84d4f80..5703d68 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -256,4 +256,4 @@ export const MINUTE = 60 * SECOND; export const HOUR = 60 * MINUTE; export const DAY = 24 * HOUR; -export const VERSION = '1.9.0'; +export const VERSION = '1.9.1-0';