This commit is contained in:
NotAKidoS 2023-02-17 07:40:22 -06:00
parent a55f1fb739
commit 7403b6c3e7
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.TrackedControllerFix.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}