diff --git a/common/p5Versions.js b/common/p5Versions.js index c467bb7861..7f94332e40 100644 --- a/common/p5Versions.js +++ b/common/p5Versions.js @@ -5,10 +5,12 @@ export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026 // JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2) // TODO: use their API for this to grab these at build time? export const p5Versions = [ + '2.0.4', '2.0.3', '2.0.2', '2.0.1', '2.0.0', + '1.11.9', '1.11.8', '1.11.7', '1.11.6',