We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f158a89 commit 48f134bCopy full SHA for 48f134b
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "acala-wormhole-relayer",
3
- "version": "1.9.0",
+ "version": "1.10.0",
4
"description": "",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
src/consts.ts
@@ -256,4 +256,4 @@ export const MINUTE = 60 * SECOND;
256
export const HOUR = 60 * MINUTE;
257
export const DAY = 24 * HOUR;
258
259
-export const VERSION = '1.9.0';
+export const VERSION = '1.10.0';
0 commit comments