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 7a6b00a commit c4337cbCopy full SHA for c4337cb
PluginInfo.cs
@@ -5,8 +5,8 @@ public class PluginInfo
5
public const string GUID = "org.iidk.gorillatag.iimenu";
6
public const string Name = "ii's Stupid Menu";
7
public const string Description = "Created by @goldentrophy with love <3";
8
- public const string BuildTimestamp = "2025-06-20T21:37:23Z";
9
- public const string Version = "6.3.0";
+ public const string BuildTimestamp = "2025-06-20T23:19:41Z";
+ public const string Version = "6.4.0";
10
11
#if DEBUG
12
public static bool BetaBuild = true;
0 commit comments