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

clipboard.js v2.0.10 -> v2.0.11 (#983)

This commit is contained in:
nobody
2022-05-05 06:31:46 +02:00
parent 116e9e5985
commit f96fef59c4
5 changed files with 10 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) return '0.4.7';
if (type.startsWith('/chosen/1.')) return '1.8.7';
if (type.startsWith('/clipboard.js/1.')) return '1.7.1';
if (type.startsWith('/clipboard.js/2.')) return '2.0.10';
if (type.startsWith('/clipboard.js/2.')) return '2.0.11';
if (type.startsWith('/cookieconsent2/3.')) return '3.1.1';
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.1';
if (type.startsWith('/createjs/')) return '1.0.0';