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

Updated: bootstrap-multiselect v1.1.0 (#592)

This commit is contained in:
nobody
2021-07-30 21:03:39 +02:00
parent 88ed6f3e1d
commit 87f6627540
4 changed files with 48 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ targets.setLastVersion = function (type, version) {
return '1.5.0';
} else if (type.startsWith('/bootstrap-multiselect/0.')) {
return '0.9.16';
} else if (type.startsWith('/bootstrap-multiselect/1.')) {
return '1.1.0';
} else if (type.startsWith('/bootstrap-slider/10.')) {
return '10.6.2';
} else if (type.startsWith('/bootstrap-slider/11.')) {