Skip to content

Commit

Permalink
更改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny committed Aug 19, 2024
1 parent b9cdbcd commit 8ccb5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeaponPlusCostCoin/WeaponPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ namespace WeaponPlus
public partial class WeaponPlus : TerrariaPlugin
{
#region 插件信息
public override string Name => "WeaponPlusCostCoin";
public override string Name => "Economics.WeaponPlus";
public override string Author => "z枳";
public override string Description => "允许在基础属性上强化任何武器, Allow any weapon to be strengthened on basic attributes";
public override Version Version => new Version(1, 0, 0, 2);
public override Version Version => new Version(1, 0, 0, 3);
#endregion

#region 实例变量
Expand Down

0 comments on commit 8ccb5d5

Please sign in to comment.