mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
修改 发行版本
This commit is contained in:
parent
32a4178504
commit
415a3a90b3
@ -11,9 +11,9 @@ const os = require("os");
|
||||
//这样, 用户截图时, 可以知道具体的版本
|
||||
//请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突
|
||||
|
||||
const verisonA = "8.6.23 发行版本"; //发行版本
|
||||
const verisonA = "8.7.0 发行版本"; //发行版本
|
||||
|
||||
const verisonB = "No.20210623-03"; //版本批次
|
||||
const verisonB = "No.20211108-01"; //版本批次
|
||||
|
||||
let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mcsmanager",
|
||||
"version": "8.6.23",
|
||||
"version": "8.7.0",
|
||||
"description": "A simple Minecraft server web panel",
|
||||
"Keywords": [
|
||||
"MCSManager",
|
||||
@ -57,4 +57,4 @@
|
||||
"engines": {
|
||||
"node": ">=8.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user