This commit is contained in:
NotAKidoS 2023-01-03 22:45:31 -06:00
parent 367a167469
commit 73bbc2a7c5

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.0.1";
public const string Version = "4.1.1";
public const string Author = "NotAKidoS";
}