diff --git a/package-lock.json b/package-lock.json index f7875ace..6d6701f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "p5.sound", - "version": "0.1.0-beta", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "p5.sound", - "version": "0.1.0-beta", + "version": "0.1.0", "license": "LGPL-2.1", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 9c8bbf5c..584162bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p5.sound", - "version": "0.1.0-beta", + "version": "0.1.0", "description": "p5.sound is a minimal wrapper for Tone.js designed to extend the musical and audio capabilities of the p5.js core library.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",