Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
Bump version and verify dnd5e 2.4.0 - no issues
  • Loading branch information
jopeek committed Nov 20, 2023
1 parent 2d5e65c commit 7b68954
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Token Info Icons",
"description": "Simple module that displays Speed, AC, and Passive Perception on Tokens for the GM or optionally players.",
"version": "2.3.11",
"version": "11.240.1",
"scripts": [
"/token-info-icons.js"
],
Expand All @@ -27,7 +27,11 @@
{
"id": "dnd5e",
"type": "system",
"compatibility": {}
"compatibility": {
"minimum": "2.2.2",
"verified": "2.4.0",
"maximum": "2.9.9"
}
},
{
"id": "pf2e",
Expand Down

0 comments on commit 7b68954

Please sign in to comment.