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

webrtc-adapter v8.1.0 -> v8.1.1 (#831)

This commit is contained in:
nobody
2022-01-05 06:24:08 +01:00
parent 11b13da139
commit bf241fdde6
5 changed files with 4 additions and 3 deletions

View File

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