Skip to content

Commit 6473ce2

Browse files
author
lauren mccarthy
committed
new version
1 parent a17ea1f commit 6473ce2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/addons/p5.dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.dom.js v0.1.3 September 2, 2014 */
1+
/*! p5.dom.js v0.1.4 September 11, 2014 */
22
/**
33
* <p>The web is much more than just canvas and p5.dom makes it easy to interact
44
* with other HTML5 objects, including text, hyperlink, image, input, video,

lib/p5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.js v0.3.5 September 11, 2014 */
1+
/*! p5.js v0.3.6 September 11, 2014 */
22
var shim = function (require) {
33
window.requestDraw = function () {
44
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback, element) {

lib/p5.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/lmccart/p5.js.git"
66
},
7-
"version": "0.3.5",
7+
"version": "0.3.6",
88
"devDependencies": {
99
"almond": "~0.2.7",
1010
"amdclean": "~0.3.3",

0 commit comments

Comments
 (0)