fixed shit

This commit is contained in:
NotAKidoS 2022-12-26 22:21:43 -06:00
parent 83268619da
commit e54a20ee42
3 changed files with 63 additions and 18 deletions

View file

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