diff --git a/lib/entry-point.js b/lib/entry-point.js index 2a93e5c..40da639 100644 --- a/lib/entry-point.js +++ b/lib/entry-point.js @@ -35,7 +35,7 @@ const logger = new Logger('5eShapedCompanion', roll20); const entityLookup = new EntityLookup(logger); const reporter = new Reporter(roll20, 'Shaped Scripts'); -const MINIMUM_SHEET_VERSION = '11.4.0'; +const MINIMUM_SHEET_VERSION = '11.5.0'; const SHEET_API_VERSION = '1'; const errorHandler = function errorHandler(e) {