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

mdb-ui-kit v4.2.0 -> v4.3.0 (#1058)

This commit is contained in:
nobody
2022-07-15 06:08:42 +02:00
parent 619cd12fc6
commit b9ccadded2
6 changed files with 4 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) return '2.7.5';
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.2.0';
if (type.startsWith('/mdb-ui-kit/4.')) return '4.3.0';
if (type.startsWith('/mobile/1.')) return '1.4.5';
if (type.startsWith('/Modaal/0.')) return '0.4.4';
if (type.startsWith('/modernizr/2.')) return '2.8.3';