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

search-insights v2.7.0 -> v2.8.1 (#1525)

This commit is contained in:
nobody
2023-09-01 06:29:01 +02:00
parent 42ca858662
commit 68b66e85dc
5 changed files with 4 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/scriptaculous/1.')) return '1.9.0';
if (type.startsWith('/ScrollMagic/2.')) return '2.0.8';
if (type.startsWith('/search-insights/1.')) return '1.10.0';
if (type.startsWith('/search-insights/2.')) return '2.7.0';
if (type.startsWith('/search-insights/2.')) return '2.8.1';
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';