Skip to content

Commit 42d761f

Browse files
authored
Update p5Versions.js to include 1.11.10
1 parent e53995c commit 42d761f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/p5Versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026
1+
export const currentP5Version = '1.11.10'; // Don't update to 2.x until 2026
22

33
// Generated from https://www.npmjs.com/package/p5?activeTab=versions
44
// Run this in the console:
@@ -10,6 +10,7 @@ export const p5Versions = [
1010
'2.0.2',
1111
'2.0.1',
1212
'2.0.0',
13+
'1.11.10',
1314
'1.11.9',
1415
'1.11.8',
1516
'1.11.7',

0 commit comments

Comments
 (0)