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

mathjax v3.2.1 -> v3.2.2 (#1018)

This commit is contained in:
nobody
2022-06-10 06:13:59 +02:00
parent d7f53e2f27
commit f87792340f
6 changed files with 6 additions and 5 deletions

View File

@@ -316,7 +316,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/materialize/1.')) return '1.0.0';
if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) return '2.7.5';
if (type.startsWith('/mathjax/3.')) return '3.2.1';
if (type.startsWith('/mathjax/3.')) return '3.2.2';
if (type.startsWith('/mdb-ui-kit/3.')) return '3.11.0';
if (type.startsWith('/mdb-ui-kit/4.')) return '4.1.0';
if (type.startsWith('/mobile/1.')) return '1.4.5';