Skip to content

Commit

Permalink
bumped up required HunterPie version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilPepper committed Dec 30, 2020
1 parent 562cdec commit 34682fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Reducing cognitive overhead by allowing the player to stop looking at the box af

### Requirements

- [Hunter Pie >= 1.0.3.99](https://github.com/Haato3o/HunterPie)
- [Hunter Pie >= 1.0.4.0](https://github.com/Haato3o/HunterPie)
- [.NET Framework >= 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48)

### Setup
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-module-json.csx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ info.Version = Args[0];
var update = new PluginInformation.PluginUpdateInformation();
info.Update = update;

update.MinimumVersion = "1.0.3.995";
update.MinimumVersion = "1.0.4.0";
update.UpdateUrl = "https://github.com/SupaStuff/MHWItemBoxTracker/releases/latest/download/";

var hashes = new Dictionary<string, string>();
Expand Down

0 comments on commit 34682fb

Please sign in to comment.