Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
补更: 版本号
  • Loading branch information
Controllerdestiny committed Aug 11, 2024
commit 3a6c5b27e6206c3618a0672a17c9969bcf58c8be
2 changes: 1 addition & 1 deletion Economics.Skill/Skill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Skill : TerrariaPlugin

public override string Name => Assembly.GetExecutingAssembly().GetName().Name!;

public override Version Version => new(1, 2, 1, 0);
public override Version Version => new(1, 2, 1, 1);

internal static string PATH = Path.Combine(EconomicsAPI.Economics.SaveDirPath, "Skill.json");

Expand Down