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

Updated: bootstrap-table v1.18.2 -> v1.18.3 (#334)

This commit is contained in:
nobody
2021-03-30 06:36:53 +02:00
parent ca7e18f3e1
commit a5f91c0837
7 changed files with 24 additions and 23 deletions

View File

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