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

Updated: webrtc v7.4.0 -> v7.7.1 (#448)

This commit is contained in:
nobody
2021-05-06 06:54:19 +02:00
parent 3f4466eeb6
commit d473f130ea
4 changed files with 5623 additions and 2 deletions

View File

@@ -591,7 +591,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/webrtc-adapter/6.')) {
return '6.4.8';
} else if (type.startsWith('/webrtc-adapter/7.')) {
return '7.4.0';
return '7.7.1';
} else if (type.startsWith('/wow/1.')) {
return '1.1.2';
} else if (version === null) {