Skip to content

Commit fb28270

Browse files
committed
Merge branch 'release-2.16.11' into release
2 parents c0b70b1 + 011f968 commit fb28270

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/modules/IDE/components/Banner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Banner = ({ onClose }) => {
2828
<>
2929
We’re accepting p5.js sketches for a special curation exploring mental
3030
health and the newest features in p5.js 2.0!{' '}
31-
<span style={{ fontWeight: 600 }}>Submit by July 13!</span>
31+
<span style={{ fontWeight: 600 }}>Submit by July 20!</span>
3232
</>
3333
);
3434

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.16.10",
3+
"version": "2.16.11",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)