From cd0f1b6c5c22149f8293f07a3db465c729c11169 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 17 Aug 2023 11:42:24 +0200 Subject: [PATCH] bump: superdough 0.9.4 --- 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 7f307e40..e0ab452a 100644 --- a/packages/superdough/package.json +++ b/packages/superdough/package.json @@ -1,6 +1,6 @@ { "name": "superdough", - "version": "0.9.3", + "version": "0.9.4", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "index.mjs", "type": "module",