update if QM is open

This commit is contained in:
NotAKidoS 2023-03-16 23:35:05 -05:00
parent c00dd57a77
commit b9f11dbca0
3 changed files with 17 additions and 4 deletions

View file

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