Skip to content

Commit f17b5c0

Browse files
authored
0.3.7 (#243)
1 parent 9f33477 commit f17b5c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/p5.sound.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.sound.js v0.3.6 2018-01-16 */
1+
/*! p5.sound.js v0.3.7 2018-01-19 */
22
/**
33
* p5.sound extends p5 with <a href="http://caniuse.com/audio-api"
44
* target="_blank">Web Audio</a> functionality including audio input,
@@ -10540,7 +10540,7 @@ soundloop = function () {
1054010540
* var looper1;
1054110541
*
1054210542
* function preload() {
10543-
* click = loadSound('assets/drum.mp3'
10543+
* click = loadSound('assets/drum.mp3');
1054410544
* }
1054510545
*
1054610546
* function setup() {

lib/p5.sound.min.js

Lines changed: 1 addition & 1 deletion
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
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/processing/p5.js-sound.git"
66
},
7-
"version": "0.3.6",
7+
"version": "0.3.7",
88
"license": "MIT",
99
"devDependencies": {
1010
"almond": "~0.2.7",

0 commit comments

Comments
 (0)