diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a23361e5..26544c05 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1847,7 +1847,7 @@ https://fonts.gstatic.com/s/materialiconsoutlined/v105/gok-H7zzDkdnRel8-DQ6KAXJ6 https://fonts.gstatic.com/s/materialiconsround/v104/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2 https://fonts.gstatic.com/s/materialiconssharp/v105/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2 https://fonts.gstatic.com/s/materialiconstwotone/v108/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2 -https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.4/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 40147105..88d9f96e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -215,7 +215,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/gsap/3.')) return '3.10.4'; // just for testing ---------------------------------------------- - if (type.startsWith('/materialicons/')) return 'v129'; + if (type.startsWith('/materialicons/')) return 'v130'; if (type.startsWith('/materialiconsoutlined/')) return 'v105'; if (type.startsWith('/materialiconsround/')) return 'v104'; if (type.startsWith('/materialiconssharp/')) return 'v105'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a78bd435..b83d9929 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@