Skip to content

Commit

Permalink
Update version v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Sep 1, 2022
1 parent 64bdab3 commit e5967eb
Show file tree
Hide file tree
Showing 2 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.7.0
Migrate to typescript, WIP
Add 'unsafe-eval' to CSP in the manifest

v1.6.10
Update for v1.0.5
Fix "Only Undiscovered" toggle in loot tab, #99
Expand Down
4 changes: 2 additions & 2 deletions Extension/sources/injectable/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

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

0 comments on commit e5967eb

Please sign in to comment.