Skip to content

Commit

Permalink
Merge pull request #53 from zambony/preview
Browse files Browse the repository at this point in the history
Bump version for ashlands and reduce history
  • Loading branch information
zambony authored Apr 24, 2024
2 parents 7c92786 + 1c94088 commit 5d23147
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 5d23147

Please sign in to comment.