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

bootstrap-table v1.18.3 -> v1.19.1 (#767)

This commit is contained in:
nobody
2021-11-13 07:12:23 +01:00
parent 47ff899a66
commit 7618ee0a1a
6 changed files with 16 additions and 15 deletions

View File

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