Update Core to 1.4.2

Update Core to 1.4.2 and internal Version to 1.4.2.R1-A8
This commit is contained in:
supervj 2021-08-13 15:07:03 -04:00
parent 48b6ab8e18
commit 76e4d74508
10 changed files with 146 additions and 70 deletions

View file

@ -290,7 +290,7 @@ Hooks.once("ready", function () {
// Determine whether a system migration is required and feasible
if (!game.user.isGM) return;
const currentVersion = game.settings.get("sw5e", "systemMigrationVersion");
const NEEDS_MIGRATION_VERSION = "1.4.1.R1-A8";
const NEEDS_MIGRATION_VERSION = "1.4.2.R1-A8";
// Check for R1 SW5E versions
const SW5E_NEEDS_MIGRATION_VERSION = "R1-A8";
const COMPATIBLE_MIGRATION_VERSION = 0.8;