diff --git a/common/p5Versions.js b/common/p5Versions.js index 7f94332e40..a3b4867e46 100644 --- a/common/p5Versions.js +++ b/common/p5Versions.js @@ -1,4 +1,4 @@ -export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026 +export const currentP5Version = '1.11.10'; // Don't update to 2.x until 2026 // Generated from https://www.npmjs.com/package/p5?activeTab=versions // Run this in the console: @@ -10,6 +10,7 @@ export const p5Versions = [ '2.0.2', '2.0.1', '2.0.0', + '1.11.10', '1.11.9', '1.11.8', '1.11.7',