Added Sketch contributions

This commit is contained in:
SketchFoxsky 2024-09-20 18:14:59 -04:00 committed by GitHub
parent be05c04e72
commit fa050d8103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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