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

Google Material Icons Outlined v106 -> v107 (#1065)

This commit is contained in:
nobody
2022-07-20 06:03:42 +02:00
parent 6f9f3433a0
commit 69e07db212
6 changed files with 7 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ targets.setLastVersion = function (type, version) {
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v135';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsoutlined/')) return 'v107';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v106';
if (type.startsWith('/materialiconstwotone/')) return 'v109';