[DesktopVRIK] Update format.json

This commit is contained in:
NotAKidoS 2023-07-26 14:15:49 -05:00
parent b202a8553f
commit 83df1a1bd2
2 changed files with 3 additions and 3 deletions

View file

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