We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c388c commit 3cd782eCopy full SHA for 3cd782e
PluginInfo.cs
@@ -26,8 +26,8 @@ public class PluginInfo
26
public const string GUID = "org.iidk.gorillatag.iimenu";
27
public const string Name = "ii's Stupid Menu";
28
public const string Description = "Created by @crimsoncauldron with love <3";
29
- public const string BuildTimestamp = "2026-02-07T04:45:26Z";
30
- public const string Version = "8.2.1";
+ public const string BuildTimestamp = "2026-02-07T04:48:45Z";
+ public const string Version = "8.2.2";
31
32
public const string BaseDirectory = "iisStupidMenu";
33
public const string ClientResourcePath = "iiMenu.Resources.Client";
0 commit comments