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

mdb-ui-kit v6.1.0 -> v6.2.0 (#1359)

This commit is contained in:
nobody
2023-03-05 06:47:46 +01:00
parent e10ff953d4
commit 8ffc7f161c
7 changed files with 25 additions and 24 deletions

View File

@@ -339,7 +339,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mdb-ui-kit/3.')) return '3.11.0';
if (type.startsWith('/mdb-ui-kit/4.')) return '4.4.0';
if (type.startsWith('/mdb-ui-kit/5.')) return '5.0.0';
if (type.startsWith('/mdb-ui-kit/6.')) return '6.1.0';
if (type.startsWith('/mdb-ui-kit/6.')) return '6.2.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';