From efcdfc473d85a68d956fcbdecece5c2a65961093 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 5 Dec 2023 21:16:00 +0000 Subject: [PATCH] 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {