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

foundation v6.8.1 -> v6.9.0

This commit is contained in:
nobody
2024-11-03 06:55:06 +01:00
parent 969e699bfd
commit f2a6b8d1ea
7 changed files with 8 additions and 7 deletions

View File

@@ -209,7 +209,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/font-awesome/6.')) return '6.6.0';
if (type.startsWith('/fork-awesome/1.')) return '1.2.0';
if (type.startsWith('/foundation/5.')) return '5.5.3';
if (type.startsWith('/foundation/6.')) return '6.8.1';
if (type.startsWith('/foundation/6.')) return '6.9.0';
if (type.startsWith('/foundicons/3.')) return '3.0.0';
if (type.startsWith('/granim/2.')) return '2.0.0';
if (type.startsWith('/gsap/1.')) return '1.20.5';