[ShareBubbles] bump version, fixes for 2025r179

This commit is contained in:
NotAKidoS 2025-04-03 04:01:15 -05:00
parent 940777d9e5
commit 697ad77f5f
3 changed files with 6 additions and 6 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.4";
public const string Version = "1.0.5";
public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler";
}