fix small cheese emotes and layer weights

This commit is contained in:
NotAKidoS 2023-04-01 16:31:29 -05:00
parent 09cb3838a6
commit 57e7cfd35a
4 changed files with 10 additions and 7 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.3";
public const string Version = "4.1.4";
public const string Author = "NotAKidoS";
}