From 5c76f2b9a28a7456e8fd02a0ea7b7f9f09fde34a Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 9 Oct 2023 22:30:34 +0200 Subject: [PATCH] bump superdough to 0.9.10 --- 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 387749c8..0f862c03 100644 --- a/packages/superdough/package.json +++ b/packages/superdough/package.json @@ -1,6 +1,6 @@ { "name": "superdough", - "version": "0.9.9", + "version": "0.9.10", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "index.mjs", "type": "module",