File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public static void Log(string text) => // Method used to log info
6464 #endregion
6565
6666 #region Events
67- public const string ConsoleVersion = "2.1.0 " ;
67+ public const string ConsoleVersion = "2.1.1 " ;
6868 public static Console instance ;
6969
7070 public void Awake ( )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public class PluginInfo
55 public const string GUID = "org.iidk.gorillatag.iimenu" ;
66 public const string Name = "ii's Stupid Menu" ;
77 public const string Description = "Created by @goldentrophy with love <3" ;
8- public const string BuildTimestamp = "2025-08-15T00:12:10Z " ;
8+ public const string BuildTimestamp = "2025-08-15T00:12:32Z " ;
99 public const string Version = "6.9.1" ;
1010
1111 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments