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

animejs v3.2.1 -> v3.2.2 (#1596)

This commit is contained in:
nobody
2023-12-09 08:56:50 +01:00
parent bee3ebd6cd
commit 34ed86a71b
5 changed files with 11 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/angucomplete-alt/3.')) return '3.0.0';
if (type.startsWith('/animate.css/3.')) return '3.7.2';
if (type.startsWith('/animate.css/4.')) return '4.1.1';
if (type.startsWith('/animejs/3.')) return '3.2.1';
if (type.startsWith('/animejs/3.')) return '3.2.2';
if (type.startsWith('/autocomplete.js/0.')) return '0.38.1';
if (type.startsWith('/autocomplete.js/1.')) return '1.5.4';
if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) return '1.2.5';