Skip to content

Commit

Permalink
Bump version for rebuild, lower history
Browse files Browse the repository at this point in the history
  • Loading branch information
zambony committed Apr 24, 2024
1 parent bce0184 commit 49c785c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CustomConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class CustomConsole : MonoBehaviour
private const string s_argPattern = @"((?:<[^>]+>)|(?:\[[^\]]+\]))";

// GUI Style values.
private const int s_maxHistory = 5000;
private const int s_maxHistory = 1000;
private const int s_fontSize = 16;
private const int s_historyEntryMargin = 10;
private static Color s_backgroundColor = new Color32(42, 47, 58, 165);
Expand Down
2 changes: 1 addition & 1 deletion src/Gungnir.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Gungnir : BaseUnityPlugin
public const string ModName = "Gungnir";
public const string ModOrg = "zamboni";
public const string ModGUID = ModOrg + "." + ModName;
public const string ModVersion = "1.7.4";
public const string ModVersion = "1.7.5";

private readonly Harmony m_harmony = new Harmony(ModGUID);
private CommandHandler m_handler = new CommandHandler();
Expand Down

0 comments on commit 49c785c

Please sign in to comment.