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

Updated: p5.js v1.3.0 -> v1.3.1 (#336)

This commit is contained in:
nobody
2021-03-30 06:40:44 +02:00
parent a1ff7943ff
commit bb06fd31ae
6 changed files with 7 additions and 6 deletions

View File

@@ -411,7 +411,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) {
return '0.6.2';
} else if (type.startsWith('/p5.js/1.')) {
return '1.3.0';
return '1.3.1';
} else if (type.startsWith('/p5.js/0.')) {
return '0.10.2';
} else if (type.startsWith('/page.js/1.')) {