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

Updated: bootstrap-table v1.18.0 -> v1.18.1 (#193)

This commit is contained in:
nobody
2020-12-06 07:53:27 +01:00
parent 20d24a8f4e
commit d045e9d9cc
6 changed files with 22 additions and 21 deletions

View File

@@ -146,7 +146,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootstrap-select/1.')) {
return '1.13.18';
} else if (type.startsWith('/bootstrap-table/1.')) {
return '1.18.0';
return '1.18.1';
} else if (type.startsWith('/bootstrap-toggle/2.')) {
return '2.2.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {