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

Google Material Icons Round v104 -> v105 (#1010)

This commit is contained in:
nobody
2022-06-15 06:15:56 +02:00
parent 3721c82811
commit 38bf1e01fe
6 changed files with 7 additions and 7 deletions

View File

@@ -217,7 +217,7 @@ targets.setLastVersion = function (type, version) {
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v130';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsround/')) return 'v104';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v105';
if (type.startsWith('/materialiconstwotone/')) return 'v108';
// ---------------------------------------------------------------