Skip to content

Commit

Permalink
Update version 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Sep 5, 2021
1 parent 357cb5f commit 4f850da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.5.11
Fix version warning on set import
Fix conditional modifier bug

v1.5.10
Fix inverse kill time scaling, #60

Expand Down
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Melvor Idle Combat Simulator Reloaded",
"version": "1.5.10",
"version": "1.5.11",
"description": "Adds a combat simulator to Melvor Idle",
"icons": {
"48": "icons/melvorSim-48.png"
Expand Down
2 changes: 1 addition & 1 deletion Extension/sources/injectable/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// combat sim version
MICSR.majorVersion = 1;
MICSR.minorVersion = 5;
MICSR.patchVersion = 10;
MICSR.patchVersion = 11;
MICSR.preReleaseVersion = undefined;
MICSR.version = `v${MICSR.majorVersion}.${MICSR.minorVersion}.${MICSR.patchVersion}`;
if (MICSR.preReleaseVersion !== undefined) {
Expand Down

0 comments on commit 4f850da

Please sign in to comment.