[MenuScalePatch] Added FOV adjustment handling.

This commit is contained in:
NotAKidoS 2023-07-06 14:54:40 -05:00
parent cf7e19511a
commit b6c284857b
8 changed files with 32 additions and 6 deletions

View file

@ -24,6 +24,6 @@ using System.Reflection;
namespace NAK.MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.2.7";
public const string Version = "4.2.8";
public const string Author = "NotAKidoS";
}