From 676b4db7792c697f238c33a4cdd984161078b0b0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 23 Jul 2022 11:06:37 -0400 Subject: [PATCH] Release 2.0.0-alpha2 for V10 testing --- system.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system.json b/system.json index ca227fefb0..7ec7f64dd1 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,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": "2.0.0-alpha1", + "version": "2.0.0-alpha2", "authors": [ { "name": "Atropos", @@ -125,13 +125,13 @@ "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "compatibility": { - "minimum": "9.245", - "verified": "10", + "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-alpha1/dnd5e-release-2.0.0-alpha1.zip", + "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-2.0.0-alpha2/dnd5e-release-2.0.0-alpha2.zip", "flags": { "needsMigrationVersion": "1.6.0", "compatibleMigrationVersion": "0.8"