diff --git a/index.html b/index.html index 9f84bab1..cd1112aa 100644 --- a/index.html +++ b/index.html @@ -8070,7 +8070,7 @@ - + diff --git a/modules/zones-generator.js b/modules/zones-generator.js index ca8e2b30..7e8ec94b 100644 --- a/modules/zones-generator.js +++ b/modules/zones-generator.js @@ -85,7 +85,7 @@ window.Zones = (function () { }); const name = getAdjective(states[attacker].name) + " " + subtype; - pack.zones.push({i: pack.zones.length, name, type: "Invasion", cells: invationCells, color: "url(#hatch1)"}); + pack.zones.push({i: pack.zones.length, name, type: "Invasion", cells: invasionCells, color: "url(#hatch1)"}); } function addRebels(usedCells) { diff --git a/versioning.js b/versioning.js index f89a5780..fe86508b 100644 --- a/versioning.js +++ b/versioning.js @@ -12,7 +12,7 @@ * * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.103.6"; +const VERSION = "1.103.7"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {