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

socket.io v4.1.3 -> v4.2.0 (#656)

This commit is contained in:
nobody
2021-09-01 05:33:53 +02:00
parent 0cf8632163
commit 04a90ca13c
5 changed files with 10 additions and 9 deletions

View File

@ -573,7 +573,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/3.')) {
return '3.1.3';
} else if (type.startsWith('/socket.io/4.')) {
return '4.1.3';
return '4.2.0';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {