Skip to content

Commit

Permalink
Update version v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed May 20, 2022
1 parent 1128c97 commit 9621024
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.6.8
Fix conditional modifiers, #97
Fix tooltip capitalization
Add more tooltips to result card
Fix saved simulation import bugs
Refactor performPostSimAnalysis
Fix lingering results from previous runs
Display auto eat threshold in stats card

v1.6.7
Fix Agility Import
Add Clear All Pets button to pets card
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.6.7",
"version": "1.6.8",
"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 = 6;
MICSR.patchVersion = 7;
MICSR.patchVersion = 8;
MICSR.preReleaseVersion = undefined;
MICSR.version = `v${MICSR.majorVersion}.${MICSR.minorVersion}.${MICSR.patchVersion}`;
if (MICSR.preReleaseVersion !== undefined) {
Expand Down

0 comments on commit 9621024

Please sign in to comment.