From 337af41bbe474192d7974a7f5a97fd1e833db291 Mon Sep 17 00:00:00 2001 From: Qianqian Ye Date: Wed, 2 Oct 2024 12:19:41 -0700 Subject: [PATCH] 0.1.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 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",