Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 13, 2024
1 parent 375676e commit eb6724f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@
"discord": "Idle#3251"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.327",
"verified": "12.327",
"maximum": "12"
},
"socket": true,
"version": "2.5.0",
"version": "2.6.0",
"url": "https://github.com/reonZ/pf2e-toolbelt",
"readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.5.0/module.zip",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.6.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-toolbelt/issues",
"styles": ["styles/pf2e-toolbelt.css"],
"styles": [
"styles/pf2e-toolbelt.css"
],
"relationships": {
"systems": [
{
Expand All @@ -49,4 +53,4 @@
"path": "lang/en.json"
}
]
}
}

0 comments on commit eb6724f

Please sign in to comment.