Update AssemblyInfo.cs

This commit is contained in:
NotAKidoS 2023-02-23 03:10:08 -06:00
parent a8b97607e1
commit 58962d8f51

View file

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