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

Updated: simplebar v5.3.4 -> v5.3.5 (#571)

This commit is contained in:
nobody
2021-07-15 07:13:51 +02:00
parent 2ec9b29bc3
commit 72d923e683
5 changed files with 6 additions and 5 deletions

View File

@@ -543,7 +543,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/showdown/0.')) {
return '0.5.1';
} else if (type.startsWith('/simplebar/')) {
return '5.3.4';
return '5.3.5';
} else if (type.startsWith('/simplemde/')) {
return '1.11.2';
} else if (type.startsWith('/slick-carousel/1.')) {