From 53de1ce6c595b9b6271babf2709d239ef8d073fe Mon Sep 17 00:00:00 2001 From: Kim Mantas Date: Tue, 8 Aug 2023 19:46:30 +0100 Subject: [PATCH] Bump version and needsMigrationVersion for roll table icon migration. --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index cb332b9164..21c500e1bb 100644 --- a/system.json +++ b/system.json @@ -2,14 +2,14 @@ "id": "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": "2.2.2", + "version": "2.3.0", "compatibility": { "minimum": "10.303", "verified": "11" }, "url": "https://github.com/foundryvtt/dnd5e/", "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", - "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.2.2/dnd5e-release-2.2.2.zip", + "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.3.0/dnd5e-release-2.3.0.zip", "authors": [ { "name": "Atropos", @@ -208,7 +208,7 @@ "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "flags": { - "needsMigrationVersion": "2.2.2", + "needsMigrationVersion": "2.3.0", "compatibleMigrationVersion": "0.8" } }