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

bootstrap-multiselect v1.1.1 -> v1.1.2 (#1126)

This commit is contained in:
nobody
2022-09-04 07:45:33 +02:00
parent c1fad6a122
commit 05e7485a90
5 changed files with 47 additions and 46 deletions

View File

@@ -148,7 +148,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.9.0';
if (type.startsWith('/bootstrap-icons/1.')) return '1.9.1';
if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.1';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.2';
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';
if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2';
if (type.startsWith('/bootstrap-select/1.')) return '1.13.18';