[NAK_CVR_Mods] version bumps

This commit is contained in:
NotAKid 2026-06-19 00:46:31 -05:00
parent 7e7eff5eff
commit 7f4234a27f
32 changed files with 83 additions and 83 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.DesktopInteractions.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}