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

Updated: mdb-ui-kit v3.1.0 -> v3.4.0 (#359)

This commit is contained in:
nobody
2021-04-08 07:03:43 +02:00
parent 5aedf0e6ab
commit 6cf0d5817b
8 changed files with 72 additions and 71 deletions

View File

@@ -411,7 +411,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('0.97.8', version)) return '0.97.8'; // <= v0.97.8
return '0.100.2';
} else if (type.startsWith('/mdb-ui-kit/3.')) {
return '3.1.0';
return '3.4.0';
} else if (type.startsWith('/Modaal/0.')) {
return '0.4.4';
} else if (type.startsWith('/modernizr/2.')) {