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

bodymovin v5.8.1 -> v5.9.1 (#892)

This commit is contained in:
nobody
2022-03-04 18:51:23 +01:00
parent c8da215a8d
commit 33c47cb466
6 changed files with 4 additions and 17 deletions

View File

@ -134,7 +134,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/blazy/1.')) return '1.8.2';
if (type.startsWith('/bluebird/3.')) return '3.7.2';
if (type.startsWith('/bodymovin/4.')) return '4.13.0';
if (type.startsWith('/bodymovin/5.')) return '5.8.1';
if (type.startsWith('/bodymovin/5.')) return '5.9.1';
if (type.startsWith('/bootbox.js/4.')) return '4.4.0';
if (type.startsWith('/bootbox.js/5.')) return '5.5.2';
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';