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

spin.js v4.1.0 -> v4.1.1 (#657)

This commit is contained in:
nobody
2021-09-02 05:34:22 +02:00
parent 340a1a4158
commit f2d0d9a1bc
5 changed files with 4 additions and 3 deletions

View File

@ -579,7 +579,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/spin.js/3.')) {
return '3.1.0';
} else if (type.startsWith('/spin.js/4.')) {
return '4.1.0';
return '4.1.1';
} else if (type.startsWith('/stickyfill/1.')) {
return '1.1.4';
} else if (type.startsWith('/stickyfill/2.')) {