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 2b87485 commit dd79321Copy full SHA for dd79321
public/reference/data.json
@@ -2,7 +2,7 @@
2
"project": {
3
"name": "p5",
4
"description": "[](https://www.npmjs.com/package/p5)",
5
- "version": "1.11.4",
+ "version": "1.11.5",
6
"url": "https://github.com/processing/p5.js#readme"
7
},
8
"files": {
src/globals/p5-version.ts
@@ -1,2 +1,2 @@
1
-export const p5Version = "1.11.4" as const;
+export const p5Version = "1.11.5" as const;
export const p5SoundVersion = "0.1.0" as const;
0 commit comments