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

Added: p5.js v0.10.2 (#194)

This commit is contained in:
nobody
2020-12-08 19:46:32 +01:00
parent dc505018c1
commit 6d624a30ae
3 changed files with 6 additions and 0 deletions

View File

@@ -334,6 +334,8 @@ targets.setLastVersion = function (type, version) {
return '0.6.2';
} else if (type.startsWith('/p5js/1.')) {
return '1.1.9';
} else if (type.startsWith('/p5js/0.')) {
return '0.10.2';
} else if (type.startsWith('/page.js/1.')) {
return '1.11.6';
} else if (type.startsWith('/paginationjs/2.')) {