From 27a56587af0e8b615cf03e33dd0708e8b18a1398 Mon Sep 17 00:00:00 2001 From: Shunji Zhan Date: Wed, 10 Jul 2024 18:26:40 +0800 Subject: [PATCH] bump v1.8.2 --- package.json | 2 +- src/consts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b579f11..021d573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acala-wormhole-relayer", - "version": "1.8.1", + "version": "1.8.2", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/consts.ts b/src/consts.ts index e2aaad0..b766b12 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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'; +export const VERSION = '1.8.2';