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

Updated: socket.io v3.1.1 -> v3.1.2 (#288)

This commit is contained in:
nobody
2021-02-28 08:23:15 +01:00
parent e881408eeb
commit 56dba3d952
4 changed files with 9 additions and 8 deletions

View File

@@ -433,7 +433,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.1';
return '3.1.2';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {