Skip to content

Commit

Permalink
Merge pull request #65 from consenlabs/feature/fix_bumping_version
Browse files Browse the repository at this point in the history
fix: bumping version
  • Loading branch information
fengweiqiang-coder authored Sep 20, 2023
2 parents 2b95c09 + 00942db commit 2059123
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.3",
"version": "5.3.4",
"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.3'
export const VERSION = '5.3.4'

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

0 comments on commit 2059123

Please sign in to comment.