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

Updated: clipboard.js v2.0.6 -> v2.0.8 (#306)

This commit is contained in:
nobody
2021-03-11 06:40:36 +01:00
parent 916c908a89
commit 267bc0deba
5 changed files with 10 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/clipboard.js/1.')) {
return '1.7.1';
} else if (type.startsWith('/clipboard.js/2.')) {
return '2.0.6';
return '2.0.8';
} else if (type.startsWith('/cookieconsent2/3.')) {
return '3.1.1';
} else if (type.startsWith('/d3/3.')) {