Add Prone Thrust option & Fix scaling disabling IK without AMT

Add Prone Thrust option & Fix scaling disabling IK without AMT
This commit is contained in:
NotAKidoS 2023-04-07 19:13:10 -05:00
parent 57e7cfd35a
commit b4aab6bf4a
3 changed files with 20 additions and 12 deletions

View file

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