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

hls.js v1.0.10 -> v1.0.11 (#712)

This commit is contained in:
nobody
2021-10-04 20:46:40 +02:00
parent ffccc8313e
commit 085bfc3788
5 changed files with 5 additions and 4 deletions

View File

@@ -316,7 +316,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.10';
return '1.0.11';
} else if (type.startsWith('/hogan.js/')) {
return '3.0.2';
} else if (type.startsWith('/instantsearch.css/7.')) {