Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkTerraYT committed Nov 19, 2023
1 parent 8659933 commit 7a44b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Extension;
public static class ModHelperData
{
public const string WorksOnVersion = "37.3";
public const string Version = "1.1.0";
public const string Version = "1.1.1";
public const string Name = "Customizable Bloon";

public const string Description = "Like customizable tower but with a bloon instead!\n\nLimited for now but more features will be added later on.\n\nIf you want to change any displays/icons for the bloon simply download this source code and change the pngs and compile the mod yourself. \nYou'll need Visual Studio and .net 6.0. In the mod menu create a mod called CustomBloon and put the source code into the mod folder.\nYou can see where the mod sources are kept in the config for the Mod Helper.\nAfter that open the .sln file which should be called CustomBloon.sln and go to build and click on Build CustomBloon, Build Solution (which is used when you have multiple projects in the solution) or press Ctrl+B.\nMake sure you delete the original .dll first. ";
Expand Down

0 comments on commit 7a44b8e

Please sign in to comment.