Skip to content

Commit

Permalink
fix manifest and download url
Browse files Browse the repository at this point in the history
  • Loading branch information
misthero committed Jun 6, 2024
1 parent 0f0b31e commit 211854d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"id": "dnd5e-spellpoints",
"title": "Advanced Magic - Spell Points System 5e",
"description": "FoundryVTT module for Spell Points System in D&D5e. This module use the optional rules found on DMG to allow character to cast spells using a resource named 'Spell Points'",
"version": "1.5.3",
"version": "1.5.31",
"url": "https://github.com/misthero/dnd5e-spellpoints",
"manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/v1.5.31/module.json",
"download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/tags/v1.5.31.zip",
"compatibility": {
"minimum": "11",
"verified": "11.315"
Expand All @@ -20,9 +23,6 @@
}
]
},
"url": "https://github.com/misthero/dnd5e-spellpoints",
"manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/main/module.json",
"download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/heads/main.zip",
"authors": [
{
"name": "misthero",
Expand Down

0 comments on commit 211854d

Please sign in to comment.