From 5ca3523128360244b669c36401c1e6c6306cae33 Mon Sep 17 00:00:00 2001 From: BenjaminLu Date: Mon, 24 Jun 2024 15:49:50 +0800 Subject: [PATCH] Bump version to v5.3.5 --- package.json | 2 +- src/handler/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7867ced..d38cbc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@consenlabs/tokenlon-mmsk", - "version": "5.3.4", + "version": "5.3.5", "description": "Tokenlon market maker server kit", "author": "imToken PTE. LTD.", "license": "MIT", diff --git a/src/handler/version.ts b/src/handler/version.ts index d873972..76bf0d1 100644 --- a/src/handler/version.ts +++ b/src/handler/version.ts @@ -1,4 +1,4 @@ -export const VERSION = '5.3.4' +export const VERSION = '5.3.5' export const version = (ctx) => { ctx.body = {