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

gsap v3.11.2 -> v3.11.3 (#1156)

This commit is contained in:
nobody
2022-10-05 06:25:53 +02:00
parent f42dc24b7e
commit 68ceba46b4
15 changed files with 50 additions and 49 deletions

View File

@ -217,7 +217,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/granim/2.')) return '2.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.11.2';
if (type.startsWith('/gsap/3.')) return '3.11.3';
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v139';