From bbc1781d014621d7b7313a758a61820cf3a92699 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 11 Apr 2026 11:20:07 +0200 Subject: [PATCH] Raised version --- module/systemRegistration/migrations.mjs | 4 ++-- system.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/systemRegistration/migrations.mjs b/module/systemRegistration/migrations.mjs index c2c53f4e..b4c446b2 100644 --- a/module/systemRegistration/migrations.mjs +++ b/module/systemRegistration/migrations.mjs @@ -343,7 +343,7 @@ export async function runMigrations() { lastMigrationVersion = '2.0.0'; } - if (foundry.utils.isNewerVersion('2.0.4', lastMigrationVersion)) { + if (foundry.utils.isNewerVersion('2.1.0', lastMigrationVersion)) { const downtimeMoves = game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew); if (downtimeMoves.restMoves.longRest.moves.repairArmor) { await downtimeMoves.updateSource({ @@ -352,7 +352,7 @@ export async function runMigrations() { game.settings.set(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew, downtimeMoves.toObject()); } - lastMigrationVersion = '2.0.4'; + lastMigrationVersion = '2.1.0'; } //#endregion diff --git a/system.json b/system.json index fed7d02d..5426556a 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "daggerheart", "title": "Daggerheart", "description": "An unofficial implementation of the Daggerheart system", - "version": "2.0.3", + "version": "2.1.0", "compatibility": { "minimum": "14.360", "verified": "14.360", @@ -298,5 +298,5 @@ "secondaryTokenAttribute": "resources.stress", "url": "https://github.com/Foundryborne/daggerheart", "manifest": "https://raw.githubusercontent.com/Foundryborne/daggerheart/main/system.json", - "download": "https://github.com/Foundryborne/daggerheart/releases/download/2.0.3/system.zip" + "download": "https://github.com/Foundryborne/daggerheart/releases/download/2.1.0/system.zip" }