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

Updated: Font Awesome v5.15.2 -> v5.15.3 (#315)

This commit is contained in:
nobody
2021-03-17 18:52:54 +01:00
parent 95a2f8b191
commit 954d2637b7
14 changed files with 11 additions and 10 deletions

View File

@@ -251,7 +251,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/font-awesome/4.')) {
return '4.7.0';
} else if (type.startsWith('/font-awesome/5.')) {
return '5.15.2';
return '5.15.3';
} else if (type.startsWith('/gsap/1.')) {
return '1.20.5';
} else if (type.startsWith('/gsap/2.')) {