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

mdb-ui-kit v3.10.0 -> v3.10.1 (#775)

This commit is contained in:
nobody
2021-11-25 06:11:01 +01:00
parent 2a254c2beb
commit 4747e9239d
6 changed files with 7 additions and 7 deletions

View File

@@ -460,7 +460,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) {
return '2.7.5';
} else if (type.startsWith('/mdb-ui-kit/3.')) {
return '3.10.0';
return '3.10.1';
} else if (type.startsWith('/mobile/1.')) {
return '1.4.5';
} else if (type.startsWith('/Modaal/0.')) {