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

search-insights v2.2.1 -> v2.2.3 (#1205)

This commit is contained in:
nobody
2022-11-17 06:45:31 +01:00
parent 018bcaf92e
commit bda7613960
5 changed files with 4 additions and 3 deletions

View File

@@ -403,7 +403,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/script.js/2.')) return '2.5.9';
if (type.startsWith('/scriptaculous/1.')) return '1.9.0';
if (type.startsWith('/search-insights/1.')) return '1.8.0';
if (type.startsWith('/search-insights/2.')) return '2.2.1';
if (type.startsWith('/search-insights/2.')) return '2.2.3';
if (type.startsWith('/select2/3.')) return '3.5.4';
if (type.startsWith('/select2/4.')) return '4.0.13';
if (type.startsWith('/semantic-ui/2.')) return '2.5.0';