Update AssemblyInfo.cs

This commit is contained in:
NotAKidoS 2023-02-09 19:14:36 -06:00
parent c8ee3e1527
commit 4faca22005

View file

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