ShareBubbles: Fixes for 2025r178

This commit is contained in:
NotAKidoS 2025-01-15 16:42:53 -06:00
parent ac9af46bd6
commit 6d30fe1f41
5 changed files with 13 additions and 13 deletions

View file

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