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

Updated: highlight.js v10.3.2 (#144)

This commit is contained in:
nobody
2020-10-30 05:54:31 +01:00
parent bd0712a4ee
commit 21deb31417
76 changed files with 60 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/fontawesome/5.')) {
return '5.15.1';
} else if (type.includes('/highlight.js/10.')) {
return '10.3.1';
return '10.3.2';
} else if (type.includes('/highlight.js/9.')) {
return '9.18.3';
} else if (type.includes('/history/')) {