Skip to content

Commit

Permalink
Module.json compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan committed Jun 10, 2024
1 parent a17f36d commit bfddffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed NPC power duplicate display bug
- Fixed console error triggered by damage enricher rolls
- Strain Maximum now properly updates whenever a character's talent level updates
- Updated verified compatibility to D&D 3.2 and Foundry V12

## 1.0.0 Full Release

Expand Down
5 changes: 2 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "Character sheet support for the Talent class from MCDM's The Talent and Psionics supplement for 5e",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 11,
"verified": 11.315
"verified": 12.327
},
"type": "module",
"authors": [
Expand All @@ -26,7 +25,7 @@
"type": "system",
"compatibility": {
"minimum": "3",
"verified": "3.0.3"
"verified": "3.2.0"
}
}
]
Expand Down

0 comments on commit bfddffa

Please sign in to comment.