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

bodymovin v5.11.0 -> v5.12.2 (#1448)

This commit is contained in:
nobody
2023-06-19 17:42:51 +02:00
parent ffc06d61df
commit 05470b0c15
6 changed files with 4 additions and 3 deletions

View File

@@ -143,7 +143,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.11.0';
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';