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

Updated: Google Material Icons v88 -> v90 (#510)

This commit is contained in:
nobody
2021-06-11 07:34:20 +02:00
parent 7db1893ded
commit b3fccc0c01
6 changed files with 5 additions and 4 deletions

View File

@@ -291,7 +291,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 'v88';
return 'v90';
} else if (type.startsWith('/highlight.js/11.')) {
return '11.0.1';
} else if (type.startsWith('/highlight.js/10.')) {