Skip to content

Commit 353519e

Browse files
committed
Merge branch 'brokenlink-fix' of https://github.com/yugalkaushik/p5.js-web-editor into brokenlink-fix
2 parents b915a19 + 91774a8 commit 353519e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

client/modules/IDE/hooks/useP5Version.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import PropTypes from 'prop-types';
88
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
99
// TODO: use their API for this to grab these at build time?
1010
export const p5Versions = [
11+
'2.0.3',
1112
'2.0.2',
1213
'2.0.1',
1314
'2.0.0',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.16.4",
3+
"version": "2.16.5",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)