Skip to content

Commit

Permalink
Bump version to v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLu committed Jun 24, 2024
1 parent ad501ea commit 5ca3523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/handler/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '5.3.4'
export const VERSION = '5.3.5'

export const version = (ctx) => {
ctx.body = {
Expand Down

0 comments on commit 5ca3523

Please sign in to comment.