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

webrtc-adapter v8.1.2 -> v8.2.0 (#1175)

This commit is contained in:
nobody
2022-10-17 06:08:25 +02:00
parent cfdca52ef2
commit 547035b5d7
5 changed files with 4 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/webfont')) return '1.6.28';
if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8';
if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1';
if (type.startsWith('/webrtc-adapter/8.')) return '8.1.2';
if (type.startsWith('/webrtc-adapter/8.')) return '8.2.0';
if (type.startsWith('/wow/1.')) return '1.1.2';
if (version === null) return 'latest';
return '';