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

foundation v6.7.4 (#883)

This commit is contained in:
nobody
2022-02-26 07:01:56 +01:00
parent 1747293879
commit 41e338a503
5 changed files with 8 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/font-awesome/6.')) return '6.0.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.7.4';
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';