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

Updated: Underscore.js v1.9.1 -> v1.11.0 (#141)

This commit is contained in:
nobody
2020-10-19 16:37:24 +02:00
parent 61ab8eb979
commit 0484c53b89
5 changed files with 11 additions and 6 deletions

View File

@ -564,7 +564,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/toastr.js/2.')) {
return '2.1.4';
} else if (type.includes('/underscore.js/1.')) {
return '1.9.1';
return '1.11.0';
} else if (type.includes('/urlive/1.')) {
return '1.1.1';
} else if (type.includes('/vanilla-lazyload')) {