Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaber20110202 committed Jul 31, 2019
1 parent a26e6dd commit 3db0420
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": "tokenlon-mmsk",
"version": "0.2.7",
"version": "0.2.8",
"description": "",
"main": "lib/index.js",
"types": "src/globals.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/router/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: '0.2.7',
version: '0.2.8',
}
}

0 comments on commit 3db0420

Please sign in to comment.