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

hls.js v1.0.12 -> v1.1.1 (#768)

This commit is contained in:
nobody
2021-11-13 07:14:06 +01:00
parent 7618ee0a1a
commit f36c071e4d
5 changed files with 5 additions and 4 deletions

View File

@ -318,7 +318,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/hls.js/0.')) {
return '0.14.17';
} else if (type.startsWith('/hls.js/1.')) {
return '1.0.12';
return '1.1.1';
} else if (type.startsWith('/hogan.js/')) {
return '3.0.2';
} else if (type.startsWith('/instantsearch.css/7.')) {