Skip to content

Commit 0360da6

Browse files
committed
更新版本号和update.json
1 parent c2fd797 commit 0360da6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

basic.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#define PROGRAM_NAME_CN "最佳附魔顺序计算器"
99
#define PROGRAM_NAME_EN "The Best Enchanting Sequence"
10-
#define VERSION "2.1.2_Beta"
11-
#define VERSION_ID 12408060 //NyymmXXx; N:1, yy:the two last number of recent year, mm:recent month, XX:version number, x:small number
10+
#define VERSION "2.2.0_Beta"
11+
#define VERSION_ID 12410110 //NyymmXXx; N:1, yy:the two last number of recent year, mm:recent month, XX:version number, x:small number
1212
#define AUTHOR "Dinosaur_MC(Dinosaur-MC)"
1313
#define WEBSITE "https://github.com/Dinosaur-MC/BestEnchSeq"
1414
#define UPDATE_JSON "https://raw.githubusercontent.com/Dinosaur-MC/BestEnchSeq/main/update.json"

update.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"BestEnchSeq":
33
{
4-
"LatestVerison":"v2.1.2_Beta",
5-
"VerisonID":12408060,
6-
"Url":"https://github.com/Dinosaur-MC/BestEnchSeq/releases/download/v2.1.2/BestEnchSeq_V2.1.2Beta.zip",
7-
"UpdateTime":"2024-08-06",
8-
"ReleaseNote":"【小更新】主要更新内容有\n1、更新魔咒表,补充了1.21新魔咒的冲突信息。\n2、修复了检查更新总是失败的BUG。"
4+
"LatestVerison":"v2.2.0_Beta",
5+
"VerisonID":12410110,
6+
"Url":"https://github.com/Dinosaur-MC/BestEnchSeq/releases/download/v2.2.0/BestEnchSeq_V2.2.0Beta.zip",
7+
"UpdateTime":"2024-10-11",
8+
"ReleaseNote":"V2.2.0 更新内容\n1. 添加最终结果显示对话框(点击结果图标弹出)\n2. 修复基岩版计算错误的BUG"
99
}
1010
}

0 commit comments

Comments
 (0)