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

Updated: bootstrap-table v1.18.1 -> v1.18.2 (#247)

This commit is contained in:
nobody
2021-01-24 08:33:56 +01:00
parent 3aa42c7940
commit 82855a2c9b
5 changed files with 14 additions and 14 deletions

View File

@@ -153,7 +153,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.1';
return '1.18.2';
} else if (type.startsWith('/bootstrap-toggle/2.')) {
return '2.2.2';
} else if (type.startsWith('/bootstrap-vue/2.')) {