Skip to content

Commit c5bb0d5

Browse files
authored
Merge pull request #3486 from processing/ksen0-patch-1
Update useP5Version.jsx to include 2.0.2 patch
2 parents 0f10180 + e14f4d7 commit c5bb0d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)