[ThirdPerson] Fixed VRSwitch issue, fixed Zoom check NRE

This commit is contained in:
NotAKidoS 2024-04-23 16:59:54 -05:00
parent e12da22513
commit 312ce65a28
3 changed files with 8 additions and 13 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ThirdPerson.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.8";
public const string Version = "1.0.9";
public const string Author = "Davi & NotAKidoS";
}