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

Updated: socket.io v4.0.0 -> v4.0.1 (#341)

This commit is contained in:
nobody
2021-04-01 07:05:40 +02:00
parent a00f25d6ef
commit ca5a070d72
5 changed files with 10 additions and 9 deletions

View File

@@ -487,7 +487,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/3.')) {
return '3.1.2';
} else if (type.startsWith('/socket.io/4.')) {
return '4.0.0';
return '4.0.1';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {