Skip to content

Commit

Permalink
Bump version 5.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed Jul 6, 2021
1 parent 480bde0 commit ba2534e
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.2.0-alpha.1",
"version": "5.2.0-alpha.2",
"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,6 +1,6 @@
export const version = (ctx) => {
ctx.body = {
result: true,
version: '5.2.0-alpha.1',
version: '5.2.0-alpha.2',
}
}

0 comments on commit ba2534e

Please sign in to comment.