Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Soof4 committed Aug 5, 2024
1 parent 8036149 commit e42e706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QoL/QoL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public class QoL : TerrariaPlugin
{

public override string Name => "QoL";
public override Version Version => new Version(1, 2, 2);
public override string Author => "Soofa";
public override Version Version => new Version(1, 2, 3);
public override string Author => "Soofa & Sors";
public override string Description => "Quality of life.";

public QoL(Main game) : base(game) => Instance = this;
Expand Down

0 comments on commit e42e706

Please sign in to comment.