Skip to content

Commit

Permalink
Manifest changes for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Aug 31, 2022
1 parent 0b3735c commit 89684e4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions system.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 89684e4

Please sign in to comment.