Skip to content

Commit 5ca3523

Browse files
committed
Bump version to v5.3.5
1 parent ad501ea commit 5ca3523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@consenlabs/tokenlon-mmsk",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"description": "Tokenlon market maker server kit",
55
"author": "imToken PTE. LTD.",
66
"license": "MIT",

src/handler/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '5.3.4'
1+
export const VERSION = '5.3.5'
22

33
export const version = (ctx) => {
44
ctx.body = {

0 commit comments

Comments
 (0)