Skip to content

Commit

Permalink
fix: minimal fixes to get system to run under v2.0 (#22)
Browse files Browse the repository at this point in the history
Just the basics to run under v2.0 of TAH.  No refactor for click actions.
  • Loading branch information
marvin9257 authored Oct 27, 2024
1 parent 58f168a commit bd31216
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"url": "https://github.com/marvin9257/fvtt-token-action-hud-twodsix",
"flags": {},
"version": "1.3.1",
"version": "1.4.0",
"compatibility": {
"minimum": "11",
"verified": "11.315"
"verified": "12.331"
},
"esmodules": [
"./scripts/init.js"
Expand Down Expand Up @@ -60,7 +60,7 @@
"compatibility": [
{
"minimum": "4.20.0",
"verified": "4.20.0"
"verified": "5.10.0"
}
]
}
Expand All @@ -71,9 +71,9 @@
"type": "module",
"compatibility": [
{
"minimum": "1.5.0",
"maximum": "1.5",
"verified": "1.5.2"
"minimum": "2.0",
"maximum": "2.9",
"verified": "2.04"
}
]
}
Expand All @@ -84,8 +84,8 @@
}
},
"socket": false,
"manifest": "https://raw.githubusercontent.com/marvin9257/fvtt-token-action-hud-twodsix/v1.3.1/module.json",
"download": "https://github.com/marvin9257/fvtt-token-action-hud-twodsix/releases/download/v1.3.1/module.zip",
"manifest": "https://raw.githubusercontent.com/marvin9257/fvtt-token-action-hud-twodsix/v1.4.0/module.json",
"download": "https://github.com/marvin9257/fvtt-token-action-hud-twodsix/releases/download/v1.4.0/module.zip",
"readme": "https://github.com/marvin9257/fvtt-token-action-hud-twodsix#readme",
"protected": false,
"coreTranslation": false,
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'
export const REQUIRED_CORE_MODULE_VERSION = '2.0'

/**
* Action types
Expand Down

0 comments on commit bd31216

Please sign in to comment.