1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: video.js v7.14.2 -> v7.14.3 (#587)

This commit is contained in:
nobody
2021-07-27 06:12:57 +02:00
parent fb9a319d12
commit 124ef2d679
5 changed files with 6 additions and 5 deletions

View File

@@ -619,7 +619,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/video.js/')) {
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
else if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0
else return '7.14.2';
else return '7.14.3';
} else if (type.startsWith('/vue/1.')) {
return '1.0.28';
} else if (type.startsWith('/vue/2.')) {