This commit is contained in:
NotAKidoS 2023-05-24 05:51:30 -05:00
parent f783fe612d
commit 84a096bc8e
2 changed files with 2 additions and 2 deletions

View file

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