Skip to content

Commit 3dea10e

Browse files
authored
Merge pull request #3462 from davepagurek/patch-1
Add 2.0.1 to version picker
2 parents 5ee32ba + fdccb48 commit 3dea10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/hooks/useP5Version.jsx

+1
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.1',
1112
'2.0.0',
1213
'1.11.5',
1314
'1.11.4',

0 commit comments

Comments
 (0)