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

video.js v7.15.4 -> v7.15.6 (#694)

This commit is contained in:
nobody
2021-09-26 08:56:42 +02:00
parent 2ccd541e6f
commit af30792c98
6 changed files with 31 additions and 30 deletions

View File

@@ -631,7 +631,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.15.4';
else return '7.15.6';
} else if (type.startsWith('/vue/1.')) {
return '1.0.28';
} else if (type.startsWith('/vue/2.')) {