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

showdown v2.0.3 -> v2.1.0 (#957)

This commit is contained in:
nobody
2022-04-22 06:30:27 +02:00
parent 72dbdde128
commit 60cff96b65
4 changed files with 4 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/semantic-ui/2.')) return '2.4.1';
if (type.startsWith('/showdown/0.')) return '0.5.1';
if (type.startsWith('/showdown/1.')) return '1.9.1';
if (type.startsWith('/showdown/2.')) return '2.0.3';
if (type.startsWith('/showdown/2.')) return '2.1.0';
if (type.startsWith('/simplebar/')) return '5.3.6';
if (type.startsWith('/simplemde/')) return '1.11.2';
if (type.startsWith('/slick-carousel/1.')) {