Skip to content

Commit

Permalink
Update pre-release version v1.6.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Mar 2, 2022
1 parent e6bfba0 commit 2032895
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
v1.6.4
Update for v1.0.3

WIP
Fix various summoning issues
Fix Agility import when no pillar built
Fix astrology importing bug, #93
Update game mode settings
Fix rune changes
Update for tick-based summoning
Update for tick-based astrology
Update for tick-based agility
Add colour gradient to show death rate in bar plot
Separate Golbin Raid Exclusives in gear selection

v1.6.3
Update for v1.0.2
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 @@ -38,7 +38,7 @@
MICSR.majorVersion = 1;
MICSR.minorVersion = 6;
MICSR.patchVersion = 4;
MICSR.preReleaseVersion = 0;
MICSR.preReleaseVersion = 1;
MICSR.version = `v${MICSR.majorVersion}.${MICSR.minorVersion}.${MICSR.patchVersion}`;
if (MICSR.preReleaseVersion !== undefined) {
MICSR.version = `${MICSR.version}-${MICSR.preReleaseVersion}`;
Expand Down

0 comments on commit 2032895

Please sign in to comment.