Stickers: Fixed error saving melon prefs

This commit is contained in:
NotAKidoS 2024-09-05 10:06:25 -05:00
parent 9c45d8179d
commit f711f6fb9c
3 changed files with 9 additions and 4 deletions

View file

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