cvrmg info

This commit is contained in:
NotAKidoS 2022-10-01 19:16:04 -05:00
parent 989cce3361
commit 33d0714429
2 changed files with 4 additions and 4 deletions

View file

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