Skip to content

Commit

Permalink
Merge pull request #3 from ChasarooniZ/v12
Browse files Browse the repository at this point in the history
2.0.0 - V12 Support
  • Loading branch information
ChasarooniZ authored Jun 17, 2024
2 parents 3554bfe + 8d9edbe commit fca19a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.0 - V12 Support
- Added Support for Fvtt `v12`
## 1.0.0 - Full Release
- Fixed error messages for items that don't have usage
- Added option to automate Aeon Stone (Pearly White Spindle) to settings
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 11
"minimum": 12,
"verified": 12
},
"authors": [
{
Expand All @@ -20,8 +20,8 @@
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "5.2.1",
"verified": "5.3.0"
"minimum": "6.0.0",
"verified": "6.0.2"
}
}
],
Expand Down

0 comments on commit fca19a0

Please sign in to comment.