Skip to content

Commit a7faf82

Browse files
committed
Bump version
1 parent 56169c4 commit a7faf82

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.2.9",
3+
"version": "5.2.10",
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.2.9'
1+
export const VERSION = '5.2.10'
22

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

0 commit comments

Comments
 (0)