[Stickers] bump version, fixes for 2025r179

This commit is contained in:
NotAKidoS 2025-04-03 04:01:28 -05:00
parent cdcb70a4b1
commit bf89ee24f5
2 changed files with 5 additions and 5 deletions

View file

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