Skip to content

Commit dd79321

Browse files
committed
Update version
1 parent 2b87485 commit dd79321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/reference/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": {
33
"name": "p5",
44
"description": "[![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)",
5-
"version": "1.11.4",
5+
"version": "1.11.5",
66
"url": "https://github.com/processing/p5.js#readme"
77
},
88
"files": {

src/globals/p5-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const p5Version = "1.11.4" as const;
1+
export const p5Version = "1.11.5" as const;
22
export const p5SoundVersion = "0.1.0" as const;

0 commit comments

Comments
 (0)