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

webrtc-adapter v8.1.1 -> v8.1.2 (#1110)

This commit is contained in:
nobody
2022-08-17 18:26:45 +02:00
parent 49fcd02647
commit 6c28d0abbf
5 changed files with 4 additions and 3 deletions

View File

@ -464,7 +464,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.1';
if (type.startsWith('/webrtc-adapter/8.')) return '8.1.2';
if (type.startsWith('/wow/1.')) return '1.1.2';
if (version === null) return 'latest';
return '';