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

Updated: Google Material Fonts v85 -> v87 (#467)

This commit is contained in:
nobody
2021-05-20 06:24:20 +02:00
parent 208c6033d4
commit bf353709e7
6 changed files with 5 additions and 4 deletions

View File

@@ -287,7 +287,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/google-material-design-icons/')) {
return '3.0.1';
} else if (type.startsWith('/google-material-design-icons/')) {
return 'v85';
return 'v87';
} else if (type.startsWith('/highlight.js/10.')) {
return '10.7.2';
} else if (type.startsWith('/highlight.js/9.')) {