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

backbone.js v1.4.0 -> v1.4.1 (#889)

This commit is contained in:
nobody
2022-02-26 07:24:23 +01:00
parent 5887569fb4
commit 14b17e9358
5 changed files with 5 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/babel-standalone/6.')) return '6.26.0';
if (type.startsWith('/babel-standalone/7.')) return '7.14.6';
if (type.startsWith('/backbone.js/0.')) return '0.9.10';
if (type.startsWith('/backbone.js/1.')) return '1.4.0';
if (type.startsWith('/backbone.js/1.')) return '1.4.1';
if (type.startsWith('/baguettebox.js/1.')) return '1.11.1';
if (type.startsWith('/blazy/1.')) return '1.8.2';
if (type.startsWith('/bluebird/3.')) return '3.7.2';