diff --git a/client/modules/IDE/hooks/useP5Version.jsx b/client/modules/IDE/hooks/useP5Version.jsx index 10e1236a4..2fca1f7f1 100644 --- a/client/modules/IDE/hooks/useP5Version.jsx +++ b/client/modules/IDE/hooks/useP5Version.jsx @@ -9,6 +9,7 @@ import PropTypes from 'prop-types'; // TODO: use their API for this to grab these at build time? export const p5Versions = [ '2.0.0', + '1.11.5', '1.11.4', '1.11.3', '1.11.2', @@ -135,7 +136,7 @@ export const p5Versions = [ '0.2.1' ]; -export const currentP5Version = '1.11.4'; // Don't update to 2.x until 2026 +export const currentP5Version = '1.11.3'; // Don't update to 2.x until 2026 export const p5SoundURLOld = `https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3/addons/p5.sound.min.js`; export const p5SoundURL = diff --git a/server/domain-objects/createDefaultFiles.js b/server/domain-objects/createDefaultFiles.js index b2584983f..0ceae4a11 100644 --- a/server/domain-objects/createDefaultFiles.js +++ b/server/domain-objects/createDefaultFiles.js @@ -9,8 +9,8 @@ function draw() { export const defaultHTML = ` - - + +