Skip to content

Commit

Permalink
Update version v1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Jun 28, 2022
1 parent 9621024 commit 07cd111
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.6.9
Update for v1.0.4

v1.6.8
Fix conditional modifiers, #97
Fix tooltip capitalization
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.8",
"version": "1.6.9",
"description": "Adds a combat simulator to Melvor Idle",
"icons": {
"48": "icons/melvorSim-48.png"
Expand Down
4 changes: 2 additions & 2 deletions Extension/sources/injectable/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
MICSR.shortName = 'Combat Simulator';

// compatible game version
MICSR.gameVersion = 'v1.0.3';
MICSR.gameVersion = 'v1.0.4';

// combat sim version
MICSR.majorVersion = 1;
MICSR.minorVersion = 6;
MICSR.patchVersion = 8;
MICSR.patchVersion = 9;
MICSR.preReleaseVersion = undefined;
MICSR.version = `v${MICSR.majorVersion}.${MICSR.minorVersion}.${MICSR.patchVersion}`;
if (MICSR.preReleaseVersion !== undefined) {
Expand Down

0 comments on commit 07cd111

Please sign in to comment.