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

Google Material Icons Sharp v107 -> v108 (#1108)

This commit is contained in:
nobody
2022-08-13 06:41:35 +02:00
parent 2627976f46
commit 3fc6423f29
6 changed files with 7 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialicons/')) return 'v135';
if (type.startsWith('/materialiconsoutlined/')) return 'v108';
if (type.startsWith('/materialiconsround/')) return 'v107';
if (type.startsWith('/materialiconssharp/')) return 'v107';
if (type.startsWith('/materialiconssharp/')) return 'v108';
if (type.startsWith('/materialiconstwotone/')) return 'v110';
// ---------------------------------------------------------------