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

Update: hls.js v1.0.1 -> v1.0.2 (#374)

This commit is contained in:
nobody
2021-04-21 06:15:23 +02:00
parent 8bfb1b3df0
commit cb3512f6f0
5 changed files with 5 additions and 5 deletions

View File

@ -288,7 +288,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/history/5.')) {
return '5.0.0';
} else if (type.startsWith('/hls.js/1.')) {
return '1.0.1';
return '1.0.2';
} else if (type.startsWith('/hls.js/0.')) {
return '0.14.17';
} else if (type.startsWith('/hogan.js/')) {