File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
client/modules/IDE/reducers Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ function draw() {
12
12
const defaultHTML = `<!DOCTYPE html>
13
13
<html lang="en">
14
14
<head>
15
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /p5.js"></script>
16
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /addons/p5.sound.min.js"></script>
15
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /p5.js"></script>
16
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /addons/p5.sound.min.js"></script>
17
17
<link rel="stylesheet" type="text/css" href="style.css">
18
18
<meta charset="utf-8" />
19
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " p5.js-web-editor" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " The web editor for p5.js." ,
5
5
"scripts" : {
6
6
"clean" : " rimraf dist" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ function draw() {
9
9
const defaultHTML = `<!DOCTYPE html>
10
10
<html>
11
11
<head>
12
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /p5.js"></script>
13
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /addons/p5.sound.min.js"></script>
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /p5.js"></script>
13
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import Project from '../models/project';
9
9
const defaultHTML = `<!DOCTYPE html>
10
10
<html lang="en">
11
11
<head>
12
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /p5.js"></script>
13
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0 /addons/p5.sound.min.js"></script>
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /p5.js"></script>
13
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1 /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
</head>
You can’t perform that action at this time.
0 commit comments