This commit is contained in:
NotAKidoS 2023-01-03 01:18:30 -06:00
parent 65896d5f14
commit c89497fe35
2 changed files with 5 additions and 5 deletions

View file

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