diff --git a/sketch.js b/sketch.js index 85e4114..9289a28 100644 --- a/sketch.js +++ b/sketch.js @@ -1,5 +1,5 @@ // Your code will go here -// open up your console - if everything loaded properly you should see 0.3.0 +// open up your console - if everything is loaded properly, you should see 0.4.3 console.log('ml5 version:', ml5.version); function setup(){ @@ -9,4 +9,4 @@ function setup(){ function draw(){ background(200); -} \ No newline at end of file +}