Stickers: bumped ver number

This commit is contained in:
NotAKidoS 2024-08-25 07:01:54 -05:00
parent 53b4efbc10
commit 83c841f60f
2 changed files with 3 additions and 3 deletions

View file

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