Skip to content

Commit

Permalink
fix(config-ui): Bump minimum sheet version for config UI changes
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This script now requires a minimum sheet version of 11.5.0.
  • Loading branch information
symposion committed Apr 14, 2017
1 parent 54edcfe commit 925918a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entry-point.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 925918a

Please sign in to comment.