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

Google Material Icons TwoTone v108 -> v109 (#1010)

This commit is contained in:
nobody
2022-06-15 06:19:10 +02:00
parent 4bbc78a4c5
commit 88847b88bb
6 changed files with 5 additions and 5 deletions

View File

@@ -219,7 +219,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v106';
if (type.startsWith('/materialiconstwotone/')) return 'v108';
if (type.startsWith('/materialiconstwotone/')) return 'v109';
// ---------------------------------------------------------------
if (type.startsWith('/highlight.js/7.')) return '9.18.5';