From b139a99a1506c286f2dd63fcb2b21376f91d4bb0 Mon Sep 17 00:00:00 2001 From: doombubbles Date: Wed, 15 Feb 2023 22:06:39 -0800 Subject: [PATCH] Bump version to 3.1.4 --- BloonsTD6 Mod Helper/LATEST.md | 5 +---- Shared/ModHelper.cs | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/BloonsTD6 Mod Helper/LATEST.md b/BloonsTD6 Mod Helper/LATEST.md index e8bbb843d..079000a37 100644 --- a/BloonsTD6 Mod Helper/LATEST.md +++ b/BloonsTD6 Mod Helper/LATEST.md @@ -1,4 +1 @@ -- Fixed ModSettingHotkeys to allow easier overlap with vanilla hotkeys -- Fixed filtering mods menu empty page -- Fixes for ModSettingEnums (thanks Baydock!) -- Added BuffLocsName and BuffIconName properties to ModBuffIcons for clarity when manually applying them \ No newline at end of file +- Updated for BTD6 v35.0 (hastened by @GrahamKracker !) \ No newline at end of file diff --git a/Shared/ModHelper.cs b/Shared/ModHelper.cs index 5cd6c73a6..f9bc358b8 100644 --- a/Shared/ModHelper.cs +++ b/Shared/ModHelper.cs @@ -18,7 +18,7 @@ public static class ModHelper #region ModHelperData for the Mod Helper internal const string Name = "BloonsTD6 Mod Helper"; - internal const string Version = "3.1.3"; + internal const string Version = "3.1.4"; internal const string RepoOwner = "gurrenm3"; internal const string RepoName = "BTD-Mod-Helper"; internal const string Description = "A powerful and easy to use API for modding BTD6. Also the mod that is allowing all of this UI to happen right now :P";