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

socket.io v4.3.2 -> v4.4.0 (#780)

This commit is contained in:
nobody
2021-11-19 06:40:56 +01:00
parent 9db705e0f1
commit 096aa92727
4 changed files with 5 additions and 4 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.3.2';
return '4.4.0';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {