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

font-awesome v6.1.1 -> v6.1.2 (#1080)

This commit is contained in:
nobody
2022-07-26 06:58:01 +02:00
parent 7c34bd0c41
commit 090c34e5e5
17 changed files with 22 additions and 21 deletions

View File

@@ -209,7 +209,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/font-awesome/3.')) return '3.2.1';
if (type.startsWith('/font-awesome/4.')) return '4.7.0';
if (type.startsWith('/font-awesome/5.')) return '5.15.4';
if (type.startsWith('/font-awesome/6.')) return '6.1.1';
if (type.startsWith('/font-awesome/6.')) return '6.1.2';
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.5';