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
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
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.')) {

View File

@ -34,6 +34,7 @@
<li>Updated: socket.io v3.0.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/197">#197</a>)</li>
<li>Added: MaterialDesign v2.8.94, v3.9.97, v4.9.95, v5.8.55 (<a href="https://codeberg.org/nobody/LocalCDN/issues/198">#198</a>)</li>
<li>Added CDN: cdn.materialdesignicons.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/198">#198</a>)</li>
<li>Added: p5.js v0.10.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/194">#194</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long