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

jquery v3.7.0 -> v3.7.1 (#1524)

This commit is contained in:
nobody
2023-09-01 06:27:42 +02:00
parent 21543aaef5
commit 42ca858662
5 changed files with 5 additions and 4 deletions

View File

@@ -254,7 +254,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/latest')) {
if (helpers.compareVersion('3.2.1', version)) return '3.2.1'; // <= v3.2.1
if (helpers.compareVersion('3.5.1', version)) return '3.5.1'; // <= v3.5.1
return '3.7.0';
return '3.7.1';
}
if (type.startsWith('/jquery.devbridge-autocomplete/1.')) return '1.4.11';
if (type.startsWith('/jqueryui/1.')) {