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

Google Material Icons v134 -> v135 (#1065)

This commit is contained in:
nobody
2022-07-20 06:01:40 +02:00
parent 0d1554ac20
commit 6f9f3433a0
6 changed files with 7 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/gsap/3.')) return '3.10.4';
// just for testing ----------------------------------------------
if (type.startsWith('/materialicons/')) return 'v134';
if (type.startsWith('/materialicons/')) return 'v135';
if (type.startsWith('/materialiconsoutlined/')) return 'v106';
if (type.startsWith('/materialiconsround/')) return 'v105';
if (type.startsWith('/materialiconssharp/')) return 'v106';