Skip to content

Commit

Permalink
Update version v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Apr 5, 2022
1 parent 284b1f6 commit 9662f8d
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.7
Fix Agility Import
Add Clear All Pets button to pets card
Simulate only selected monster in inspected dungeon
Fix aurora display
Fix Summoning Max Hit in stat card
Highlight highest hit taken and lowest hitpoints when risk of death
Add HP icon to max hitpoints

v1.6.6
Add "Clear All Star Modifiers" button to astrology tab
Fix loot rate updates when consumable rates apply
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.6",
"version": "1.6.7",
"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 = 6;
MICSR.patchVersion = 7;
MICSR.preReleaseVersion = undefined;
MICSR.version = `v${MICSR.majorVersion}.${MICSR.minorVersion}.${MICSR.patchVersion}`;
if (MICSR.preReleaseVersion !== undefined) {
Expand Down

0 comments on commit 9662f8d

Please sign in to comment.