diff --git a/common/p5Versions.js b/common/p5Versions.js index 60fe10cf16..cade044581 100644 --- a/common/p5Versions.js +++ b/common/p5Versions.js @@ -5,6 +5,7 @@ export const currentP5Version = '1.11.11'; // 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.1.1', '2.0.5', '2.0.4', '2.0.3',