File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import PropTypes from 'prop-types';
9
9
// TODO: use their API for this to grab these at build time?
10
10
export const p5Versions = [
11
11
'2.0.0' ,
12
+ '1.11.5' ,
12
13
'1.11.4' ,
13
14
'1.11.3' ,
14
15
'1.11.2' ,
@@ -135,7 +136,7 @@ export const p5Versions = [
135
136
'0.2.1'
136
137
] ;
137
138
138
- export const currentP5Version = '1.11.4 ' ; // Don't update to 2.x until 2026
139
+ export const currentP5Version = '1.11.3 ' ; // Don't update to 2.x until 2026
139
140
140
141
export const p5SoundURLOld = `https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3/addons/p5.sound.min.js` ;
141
142
export const p5SoundURL =
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ function draw() {
9
9
export const defaultHTML = `<!DOCTYPE html>
10
10
<html lang="en">
11
11
<head>
12
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.4 /p5.js"></script>
13
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.4 /addons/p5.sound.min.js"></script>
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3 /p5.js"></script>
13
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3 /addons/p5.sound.min.js"></script>
14
14
<link rel="stylesheet" type="text/css" href="style.css">
15
15
<meta charset="utf-8" />
16
16
You can’t perform that action at this time.
0 commit comments