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

Google Material Icons v120 -> v121 (#834)

This commit is contained in:
nobody
2022-01-15 07:20:48 +01:00
parent ddc211d3cf
commit 004252d528
6 changed files with 7 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/gsap/1.')) return '1.20.5';
if (type.startsWith('/gsap/2.')) return '2.1.3';
if (type.startsWith('/gsap/3.')) return '3.9.1';
if (type.startsWith('/google-material-design-icons/')) return 'v120';
if (type.startsWith('/google-material-design-icons/')) return 'v121';
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
if (type.startsWith('/highlight.js/9.')) return '9.18.5';