We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b95c09 + 00942db commit 2059123Copy full SHA for 2059123
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@consenlabs/tokenlon-mmsk",
3
- "version": "5.3.3",
+ "version": "5.3.4",
4
"description": "Tokenlon market maker server kit",
5
"author": "imToken PTE. LTD.",
6
"license": "MIT",
src/handler/version.ts
@@ -1,4 +1,4 @@
-export const VERSION = '5.3.3'
+export const VERSION = '5.3.4'
export const version = (ctx) => {
ctx.body = {
0 commit comments