Skip to content

Commit

Permalink
修改版本号和更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Oct 4, 2024
1 parent 03529c7 commit 419dd44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CaiBot/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ namespace CaiBot;
[ApiVersion(2, 1)]
public class Plugin : TerrariaPlugin
{
public override string Author => "Cai,羽学";
public override string Author => "Cai,羽学,西江";
public override string Description => "CaiBot机器人的适配插件";
public override string Name => "CaiBotPlugin";
public static readonly Version VersionNum = new(2024, 10, 4, 0); //日期+版本号(0,1,2...)
public static readonly Version VersionNum = new(2024, 10, 4, 1); //日期+版本号(0,1,2...)
public override Version Version => VersionNum;

//插件的构造器
Expand Down
1 change: 1 addition & 0 deletions src/CaiBot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## 更新日志

```
v2024.10.4.1 查背包支持Economic数据查询
v2024.10.4.0 查背包支持更多数据
v2024.9.17.1 修复查背包模糊搜索名字显示不完整
v2024.9.16.1 远程指令日志记录执行群和执行者
Expand Down

0 comments on commit 419dd44

Please sign in to comment.