diff --git a/common/p5Versions.js b/common/p5Versions.js index f7b0a33911..ebfbe2c3cb 100644 --- a/common/p5Versions.js +++ b/common/p5Versions.js @@ -1,11 +1,11 @@ -export const currentP5Version = '1.11.13'; // Don't update to 2.x until 2026 +export const currentP5Version = '2.TODO'; // Generated from https://www.npmjs.com/package/p5?activeTab=versions // Run this in the console: // 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 = [ - { version: '2.3.0', label: '(Beta)' }, + { version: '2.3.0', label: '(Default)'}, '2.2.3', '2.2.2', '2.2.1', @@ -18,7 +18,7 @@ export const p5Versions = [ '2.0.2', '2.0.1', '2.0.0', - { version: '1.11.13', label: '(Default)' }, + { version: '1.11.13', label: '(v1.p5js.org)' }, '1.11.12', '1.11.11', '1.11.10',