Skip to content

Commit

Permalink
Update version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Dec 29, 2020
1 parent 81cbb01 commit 190a985
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
v1.2.2
Fixes:
- Fix curses bugs

v1.2.1
Fixes:
- Fix throwable item double counted stats bug
- Fix player max attack rolls
- Fix player max defense rolls
- Fix "no damage" special attack bug

v1.2.0
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.2.1",
"version": "1.2.2",
"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 @@ -2,7 +2,7 @@

const MICSR = window.MICSR;

MICSR.version = 'v1.2.1';
MICSR.version = 'v1.2.2';
MICSR.gameVersion = 'Alpha v0.18.1';
MICSR.maxActions = 300;
MICSR.trials = 10000;
Expand Down

0 comments on commit 190a985

Please sign in to comment.