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

Updated: Socket.io v3.0.1 -> v3.0.2

This commit is contained in:
nobody
2020-11-18 06:18:37 +01:00
parent b2d25fef63
commit 3df3b5f3a9
4 changed files with 9 additions and 8 deletions

View File

@@ -375,7 +375,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/2.')) {
return '2.3.0';
} else if (type.startsWith('/socket.io/3.')) {
return '3.0.1';
return '3.0.2';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {