From 89684e4b167edabbb160e3516b50dae289b7b1be Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 31 Aug 2022 14:03:38 -0400 Subject: [PATCH] Manifest changes for 2.0.1 release --- system.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/system.json b/system.json index 0452402817..bf6ee9e589 100644 --- a/system.json +++ b/system.json @@ -1,9 +1,16 @@ { "id": "dnd5e", - "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": "2.0.0-alpha3", + "version": "2.0.1", + "compatibility": { + "minimum": "10", + "verified": "10.282", + "maximum": "10" + }, + "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.0.1/dnd5e-release-2.0.1.zip", "authors": [ { "name": "Atropos", @@ -124,16 +131,8 @@ "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, - "compatibility": { - "minimum": "10", - "verified": "10.275", - "maximum": "10" - }, - "url": "https://github.com/foundryvtt/dnd5e/", - "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/v10-dev/system.json", - "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.0.0-alpha3/dnd5e-release-2.0.0-alpha3.zip", "flags": { - "needsMigrationVersion": "1.6.0", + "needsMigrationVersion": "2.0.0", "compatibleMigrationVersion": "0.8" } }