Skip to content

Commit

Permalink
Set required core version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout committed Dec 29, 2022
1 parent 55b7a7f commit 94c429c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"id": "token-action-hud-core",
"compatibility": [
{
"minimum": "0.1.0",
"maximum": "0.1.0",
"verified": "0.1.0"
"minimum": "0.1.1",
"maximum": "0.1.1",
"verified": "0.1.1"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { importClass } from './utils.js'

export const coreModuleVersion = '0.1.0'
export const coreModuleVersion = '0.1.1'
const coreModulePath = '../../token-action-hud-core/'
const coreActionHandlerFile = `${coreModulePath}scripts/action-handlers/action-handler.js`
const coreActionListExtenderFile = `${coreModulePath}scripts/action-handlers/action-list-extender.js`
Expand Down

0 comments on commit 94c429c

Please sign in to comment.