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

gsap v3.8.0 -> v3.9.0 (#807)

This commit is contained in:
nobody
2021-12-16 06:29:01 +01:00
parent b89fefcfa9
commit 7e8e9dba64
16 changed files with 59 additions and 58 deletions

View File

@@ -204,7 +204,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/foundicons/3.')) return '3.0.0';
if (type.startsWith('/gsap/1.')) return '1.20.5';
if (type.startsWith('/gsap/2.')) return '2.1.3';
if (type.startsWith('/gsap/3.')) return '3.8.0';
if (type.startsWith('/gsap/3.')) return '3.9.0';
if (type.startsWith('/google-material-design-icons/')) return 'v118';
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
if (type.startsWith('/highlight.js/8.')) return '9.18.5';