We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53995c commit 42d761fCopy full SHA for 42d761f
common/p5Versions.js
@@ -1,4 +1,4 @@
1
-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
2
3
// Generated from https://www.npmjs.com/package/p5?activeTab=versions
4
// Run this in the console:
@@ -10,6 +10,7 @@ export const p5Versions = [
10
'2.0.2',
11
'2.0.1',
12
'2.0.0',
13
+ '1.11.10',
14
'1.11.9',
15
'1.11.8',
16
'1.11.7',
0 commit comments