From 0c6a0720af0e67821f074ca9718d72f5a94f3c9d Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 11 Aug 2023 12:35:18 +0200 Subject: [PATCH] bump superdough to 0.9.3 --- packages/superdough/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/package.json b/packages/superdough/package.json index a3811f0a..7f307e40 100644 --- a/packages/superdough/package.json +++ b/packages/superdough/package.json @@ -1,6 +1,6 @@ { "name": "superdough", - "version": "0.9.2", + "version": "0.9.3", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "index.mjs", "type": "module",