diff --git a/package-lock.json b/package-lock.json index eb5980b..109776b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sound-box", - "version": "0.3.11", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sound-box", - "version": "0.3.11", + "version": "1.0.0", "license": "MIT", "devDependencies": { "alive-server": "^1.3.0" diff --git a/package.json b/package.json index d147ca8..a265038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sound-box", - "version": "0.3.11", + "version": "1.0.0", "description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!", "main": "soundbox.mjs", "scripts": {