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

socket.io v4.3.1 -> v4.3.2 (#728)

This commit is contained in:
nobody
2021-10-18 07:03:32 +02:00
parent e5cda9474a
commit 3510b96d9c
4 changed files with 5 additions and 4 deletions

View File

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