From 94c429c2b741ded4423c2d3468f74e4b092eb60e Mon Sep 17 00:00:00 2001 From: Russell Larkin Date: Thu, 29 Dec 2022 02:28:44 +0000 Subject: [PATCH] Set required core version to 0.1.1 --- module.json | 6 +++--- scripts/config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 3647d47..f3e27df 100644 --- a/module.json +++ b/module.json @@ -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" } ] } diff --git a/scripts/config.js b/scripts/config.js index 0e0ea1e..32d8a41 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -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`