Added HipMovement Weight & Fixed Emote avatar position

This commit is contained in:
NotAKidoS 2023-01-10 20:20:50 -06:00
parent 3f7d4335ad
commit 04de34d5d3
4 changed files with 23 additions and 9 deletions

View file

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