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

Update: socket.io v3.1.2 -> v3.1.3 (#411)

This commit is contained in:
nobody
2021-04-24 06:21:42 +02:00
parent 40dcf73bf4
commit 7a7dbfd701
4 changed files with 5 additions and 4 deletions

View File

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