File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/modules/IDE/reducers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ const defaultHTML =
13
13
`<!DOCTYPE html>
14
14
<html>
15
15
<head>
16
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6 .1/p5.min.js"></script>
17
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6 .1/addons/p5.dom.min.js"></script>
18
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6 .1/addons/p5.sound.min.js"></script>
16
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7 .1/p5.min.js"></script>
17
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7 .1/addons/p5.dom.min.js"></script>
18
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7 .1/addons/p5.sound.min.js"></script>
19
19
<link rel="stylesheet" type="text/css" href="style.css">
20
20
<meta charset="utf-8" />
21
21
You can’t perform that action at this time.
0 commit comments