version 5.0.0

This commit is contained in:
Mark
2016-06-25 12:07:15 +02:00
parent 1113767a04
commit 86bbb262d4
2 changed files with 17 additions and 21 deletions
+15 -19
View File
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
/* global setAttrs:false, getAttrs:false, on:false, getSectionIDs:false, generateRowID:false, getTranslationByKey:false */
'use strict';
const currentVersion = '4.6.3';
const currentVersion = '5.0.0';
const SKILLS = {
ACROBATICS: 'dexterity',
ANIMALHANDLING: 'wisdom',
@@ -5325,7 +5325,7 @@ const sheetOpened = () => {
updateSpellShowHide();
updateCustomSavingThrowToggle();
}
if (versionCompare(version, '4.7.0') < 0) {
if (versionCompare(version, '5.0.0') < 0) {
updateSpellToTranslations();
}
}