Updated: p5.js v1.1.9 -> v1.2.0 (#207)

This commit is contained in:
nobody 2020-12-21 07:53:46 +01:00
parent e2c766b063
commit 136fc2c046
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -334,7 +334,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('/p5js/1.')) {
return '1.1.9';
return '1.2.0';
} else if (type.startsWith('/p5js/0.')) {
return '0.10.2';
} else if (type.startsWith('/page.js/1.')) {

View File

@ -42,6 +42,7 @@
<li>Added: Font Awesome to cdn.bootcss.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/204">#204</a>)</li>
<li>Updated: popper.js v2.5.4 -> v2.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/205">#205</a>)</li>
<li>Updated: instantsearch.js v4.9.1 -> v4.9.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/206">#206</a>)</li>
<li>Updated: p5.js v1.1.9 -> v1.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/207">#207</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long