Skip to content

Commit

Permalink
- **MahoganyHomesScript**: Update version to 0.0.5.
Browse files Browse the repository at this point in the history
  Bumped the version number
  • Loading branch information
See1Duck committed Jan 6, 2025
1 parent 21153e9 commit a51b847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@ConfigGroup(MahoganyHomesConfig.GROUP_NAME)
@ConfigInformation("<h2>S-1D Home Raider</h2>\n" +
"<h3>BETA PREVIEW 4</h3>\n" +
"<h3>BETA PREVIEW 5</h3>\n" +
"<p>1. <strong>Start anywhere:</strong> Just make sure to have teleports, saw and a hammer.</p>\n" +
"<p>2. <strong>Contracts:</strong> Select your desired contract <em>BEFORE</em> starting.</p>\n" +
"<p>3. <strong>Supplies:</strong> Stock up on the correct planks and Steel bars in the bank, the bot will handle resupplying on its own</p>\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Slf4j
public class MahoganyHomesScript extends Script {

public static String version = "0.0.4";
public static String version = "0.0.5";
@Inject
MahoganyHomesPlugin plugin;

Expand Down

0 comments on commit a51b847

Please sign in to comment.