Skip to content

Commit

Permalink
feat: update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaber20110202 committed Aug 15, 2019
1 parent 3aeebe0 commit 1400e92
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.8",
"version": "0.3.0",
"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.8',
version: '0.3.0',
}
}

0 comments on commit 1400e92

Please sign in to comment.