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

bootstrap-icons v1.11.1 -> v1.11.2 (#1603)

This commit is contained in:
nobody
2023-12-09 10:15:09 +01:00
parent e6db5fbb3a
commit c1e8c21c9d
6 changed files with 6 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';
if (type.startsWith('/bootstrap-daterangepicker/3.')) return '3.1';
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.10.0';
if (type.startsWith('/bootstrap-icons/1.')) return '1.11.1';
if (type.startsWith('/bootstrap-icons/1.')) return '1.11.2';
if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16';
if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.2';
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';