Added: p5.js v0.10.2 (#194)
This commit is contained in:
parent
dc505018c1
commit
6d624a30ae
|
@ -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.')) {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue