Skip to content

Commit

Permalink
Version bump for v46
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Dec 10, 2024
1 parent 6cc74f1 commit a5125ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BloonsTD6 Mod Helper/LATEST.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fixed an issue with downloading new mods from the Mod Browser when the disabled mods folder didn't exist
- Fixed for BTD6 v46 (thanks @GrahamKracker !)
2 changes: 1 addition & 1 deletion BloonsTD6 Mod Helper/ModHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace BTD_Mod_Helper;
public static class ModHelper
{
internal const string Name = "BloonsTD6 Mod Helper";
internal const string Version = "3.3.3";
internal const string Version = "3.3.4";
internal const string RepoOwner = "gurrenm3";
internal const string RepoName = "BTD-Mod-Helper";
internal const string Description =
Expand Down
2 changes: 1 addition & 1 deletion Website/src/lib/mod-helper-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const ModHelperRepoName = "BTD-Mod-Helper";
export const ModHelperRepoBranch = "master";

export const StoppedWorkingVersion = 34;
export const LatestVersion = 45;
export const LatestVersion = 46;

export type ModHelperData = {
// Serialized
Expand Down

0 comments on commit a5125ad

Please sign in to comment.