Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Sep 11, 2022
1 parent 0eee249 commit fcab407
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,24 @@
],
"version": "1.6.1",
"compatibility": {
"minimum": "10",
"verified": "10"
"minimum": "10.0.0",
"verified": "10.285",
"maximum": "10"
},
"relationships": {
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system"
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.0"
}
}
]
},

"scripts": ["scripts/dorako-ui.js"],
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.6.1.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json"
Expand Down

0 comments on commit fcab407

Please sign in to comment.