Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny committed Jul 18, 2024
1 parent 70a43bd commit f83700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Economics.Skill/Skill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Skill : TerrariaPlugin

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

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

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

Expand Down

0 comments on commit f83700e

Please sign in to comment.