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

hls.js v1.0.7 -> v1.0.8 (#617)

This commit is contained in:
nobody
2021-08-12 06:43:28 +02:00
parent ae32e5eab0
commit 5d572d8ce4
4 changed files with 4 additions and 3 deletions

View File

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