Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyubb committed Dec 17, 2023
1 parent dcedea1 commit 900d12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FileTool } from "./src/File/FileTool"
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const Project_Name = "xianyubb-bot"
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const Version = [0, 2, 0]
const Version = [0, 3, 0]
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const Author = "xianyubb"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xianyubb-bot",
"version": "0.2.0",
"version": "0.3.0",
"description": "xianyubb-bot",
"main": "app.js",
"author": {
Expand Down

0 comments on commit 900d12e

Please sign in to comment.