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

gsap v3.7.1 -> v3.8.0 (#706)

This commit is contained in:
nobody
2021-10-01 05:54:49 +02:00
parent 22c8058a68
commit c720316311
18 changed files with 77 additions and 76 deletions

View File

@@ -296,7 +296,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/gsap/2.')) {
return '2.1.3';
} else if (type.startsWith('/gsap/3.')) {
return '3.7.1';
return '3.8.0';
} else if (type.startsWith('/google-material-design-icons/')) {
return 'v107';
} else if (type.startsWith('/highlight.js/7.')) {