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

bootstrap-multiselect v1.1.0 -> v1.1.1 (#614)

This commit is contained in:
nobody
2021-08-07 08:36:16 +02:00
parent d41699f671
commit 67b67bbd68
5 changed files with 47 additions and 46 deletions

View File

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