File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const defaultHTML =
1010 `<!DOCTYPE html>
1111<html>
1212 <head>
13- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0 /p5.js"></script>
14- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0 /addons/p5.dom.min.js"></script>
15- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0 /addons/p5.sound.min.js"></script>
13+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.1 /p5.js"></script>
14+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.1 /addons/p5.dom.min.js"></script>
15+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.1 /addons/p5.sound.min.js"></script>
1616 <link rel="stylesheet" type="text/css" href="style.css">
1717 <meta charset="utf-8" />
1818
You can’t perform that action at this time.
0 commit comments