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

bootbox.js v6.0.0 -> v6.0.2

This commit is contained in:
nobody
2025-03-28 18:51:59 +01:00
parent f52a0c28ee
commit 30d2f3b749
5 changed files with 10 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bodymovin/5.')) return '5.12.2';
if (type.startsWith('/bootbox.js/4.')) return '4.4.0';
if (type.startsWith('/bootbox.js/5.')) return '5.5.3';
if (type.startsWith('/bootbox.js/6.')) return '6.0.0';
if (type.startsWith('/bootbox.js/6.')) return '6.0.2';
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';