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

Updated: webrtc-adapter v8.0.0 -> v8.1.0 (#591)

This commit is contained in:
nobody
2021-07-30 20:52:38 +02:00
parent b26c6a22e5
commit c6be66ee54
5 changed files with 4 additions and 3 deletions

View File

@ -645,7 +645,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/webrtc-adapter/7.')) {
return '7.7.1';
} else if (type.startsWith('/webrtc-adapter/8.')) {
return '8.0.0';
return '8.1.0';
} else if (type.startsWith('/wow/1.')) {
return '1.1.2';
} else if (version === null) {