This commit is contained in:
NotAKidoS 2023-06-06 11:51:47 -05:00
parent d04f505d88
commit 76a677e3e4
5 changed files with 12 additions and 12 deletions

View file

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