diff --git a/dnd5e.js b/dnd5e.js index 1854fb8393..e206392b99 100644 --- a/dnd5e.js +++ b/dnd5e.js @@ -266,7 +266,7 @@ Hooks.once("ready", function() { // Determine whether a system migration is required and feasible if ( !game.user.isGM ) return; const currentVersion = game.settings.get("dnd5e", "systemMigrationVersion"); - const NEEDS_MIGRATION_VERSION = "1.5.0"; + const NEEDS_MIGRATION_VERSION = "1.5.2"; const COMPATIBLE_MIGRATION_VERSION = 0.80; const totalDocuments = game.actors.size + game.scenes.size + game.items.size; if ( !currentVersion && totalDocuments === 0 ) return game.settings.set("dnd5e", "systemMigrationVersion", game.system.data.version); diff --git a/system.json b/system.json index f8b4f277ac..6482b4d072 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "dnd5e", "title": "DnD5e - Fifth Edition System", "description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.", - "version": "1.5.1", + "version": "1.5.2", "author": "Atropos", "scripts": [], "esmodules": ["dnd5e.js"], @@ -95,5 +95,5 @@ "compatibleCoreVersion": "0.8.9", "url": "https://gitlab.com/foundrynet/dnd5e", "manifest": "https://gitlab.com/api/v4/projects/foundrynet%2Fdnd5e/packages/generic/dnd5e/latest/system.json", - "download": "https://gitlab.com/foundrynet/dnd5e/-/releases/release-1.5.1/downloads/dnd5e-release-1.5.1.zip" + "download": "https://gitlab.com/foundrynet/dnd5e/-/releases/release-1.5.2/downloads/dnd5e-release-1.5.2.zip" }