ShareBubbles: bump version

This commit is contained in:
NotAKidoS 2024-12-08 16:55:12 -06:00
parent ef2be62605
commit f5c6a92472

View file

@ -27,6 +27,6 @@ using NAK.ShareBubbles.Properties;
namespace NAK.ShareBubbles.Properties; namespace NAK.ShareBubbles.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.2"; public const string Version = "1.0.3";
public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc"; public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler";
} }