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

Added: Bootstrap Slider v11.0.2

This commit is contained in:
nobody
2020-11-14 09:16:50 +01:00
parent 648f9edcca
commit ed395f2594
4 changed files with 51 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ targets.setLastVersion = function (type, version) {
return '1.9.0';
} else if (type.startsWith('/bootstrap-slider/10.')) {
return '10.6.2';
} else if (type.startsWith('/bootstrap-slider/11.')) {
return '11.0.2';
} else if (type.startsWith('/bootstrap-select/1.')) {
return '1.13.18';
} else if (type.startsWith('/bootstrap-table/1.')) {