Skip to content

Commit

Permalink
Merge pull request #152 from Silvertower/main
Browse files Browse the repository at this point in the history
Update to fix compatibility message
  • Loading branch information
Silvertower authored Jul 3, 2024
2 parents e56b848 + 8423671 commit ef3ca3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version": "This is auto replaced",
"compatibility": {
"minimum": "12",
"verified": "12.327"
"verified": "12.328"
},
"esmodules": [
"./scripts/token-action-hud-pf2e.min.js"
Expand Down Expand Up @@ -98,7 +98,7 @@
"compatibility": [
{
"minimum": "6.0.0",
"verified": "6.0.1"
"verified": "6.0.4"
}
]
}
Expand All @@ -110,8 +110,7 @@
"compatibility": [
{
"minimum": "1.5.5",
"maximum": "1.5",
"verified": "1.5.5"
"verified": "1.5.6"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const CORE_MODULE = {
/**
* Core module version required by the system module
*/
export const REQUIRED_CORE_MODULE_VERSION = '1.5.5'
export const REQUIRED_CORE_MODULE_VERSION = '1.5'

/**
* Damage type icons
Expand Down

0 comments on commit ef3ca3c

Please sign in to comment.