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

Updated: Font Awesome v5.15.1 -> v5.15.2 (#232)

This commit is contained in:
nobody
2021-01-14 06:29:46 +01:00
parent ead6670093
commit 169386be91
14 changed files with 10 additions and 9 deletions

View File

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