[DesktopVRIK] Temp fix for LookAtIK breaking once exiting emote.

This commit is contained in:
NotAKidoS 2023-08-14 19:02:21 -05:00
parent d84beb7b7f
commit 5455f03dcc
3 changed files with 8 additions and 4 deletions

View file

@ -28,6 +28,6 @@ using System.Reflection;
namespace NAK.DesktopVRIK.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.2.4";
public const string Version = "4.2.5";
public const string Author = "NotAKidoS";
}