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 (#230)

This commit is contained in:
nobody
2021-01-11 17:25:55 +01:00
parent 77cda71fb9
commit e29ab4b0f0
7 changed files with 70 additions and 55 deletions

View File

@ -323,7 +323,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.0.0';
return '3.1.0';
} else if (type.startsWith('/modaal/0.')) {
return '0.4.4';
} else if (type.startsWith('/modernizr/2.')) {