Skip to content

Commit

Permalink
support core 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcomac committed Nov 12, 2024
1 parent dcf00db commit b995522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const MODULE = {
ID: 'token-action-hud-ose'
}

export const REQUIRED_CORE_MODULE_VERSION = '1.5'
export const REQUIRED_CORE_MODULE_VERSION = '2.0'

export const GROUP = {
_1stLevelSpells: { id: '1st-level-spells', name: 'tokenActionHud.ose.1stLevelSpells', type: 'system' },
Expand Down

0 comments on commit b995522

Please sign in to comment.