Skip to content

Commit bcfdac3

Browse files
authored
Merge pull request #178 from Silvertower/main
Fix Elemental Blasts
2 parents fc0567a + 8531b4e commit bcfdac3

File tree

5 files changed

+158
-157
lines changed

5 files changed

+158
-157
lines changed

module.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"version": "This is auto replaced",
2323
"compatibility": {
2424
"minimum": "13",
25-
"verified": "13.344"
25+
"verified": "13.347"
2626
},
2727
"esmodules": [
2828
"./scripts/token-action-hud-pf2e.min.js"
@@ -96,8 +96,8 @@
9696
"id": "pf2e",
9797
"type": "system",
9898
"compatibility": {
99-
"minimum": "7.1.0",
100-
"verified": "7.1.0"
99+
"minimum": "7.4.0",
100+
"verified": "7.4.1"
101101
}
102102
}
103103
],
@@ -107,7 +107,7 @@
107107
"type": "module",
108108
"compatibility": {
109109
"minimum": "2.0.15",
110-
"verified": "2.0.15",
110+
"verified": "2.0.16",
111111
"maximum": "2.0.99"
112112
}
113113
}

0 commit comments

Comments
 (0)