Skip to content

Commit c69b3a0

Browse files
authored
Add version '1.11.11' to p5Versions.js
We recently [released p5.js 1.11.11](https://github.com/processing/p5.js/releases/tag/v1.11.11)! This adds it to the version picker. Changes: I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] has no test errors (`npm run test`) * [x] is from a uniquely-named feature branch and is up to date with the `develop` branch. * [x] is descriptively named and links to an issue number, i.e. `Fixes #123`
1 parent af07292 commit c69b3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/p5Versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const p5Versions = [
1111
'2.0.2',
1212
'2.0.1',
1313
'2.0.0',
14+
'1.11.11',
1415
'1.11.10',
1516
'1.11.9',
1617
'1.11.8',

0 commit comments

Comments
 (0)