Skip to content

Commit

Permalink
Bump migration versions and system.json versions ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyorl committed Oct 7, 2021
1 parent 9ac7fda commit 2bbfa6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dnd5e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3";
const NEEDS_MIGRATION_VERSION = "1.5.0";
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);
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3",
"version": "1.5.0",
"author": "Atropos",
"scripts": [],
"esmodules": ["dnd5e.js"],
Expand Down Expand Up @@ -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.4.3/downloads/dnd5e-release-1.4.3.zip"
"download": "https://gitlab.com/foundrynet/dnd5e/-/releases/release-1.5.0/downloads/dnd5e-release-1.5.0.zip"
}

0 comments on commit 2bbfa6e

Please sign in to comment.