From defcacb59be9eba8984cd7a94a94e011217e8f64 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 31 Aug 2023 13:09:16 +0200 Subject: [PATCH] bump superdough to 0.9.6 --- 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 d82448d6..bab58658 100644 --- a/packages/superdough/package.json +++ b/packages/superdough/package.json @@ -1,6 +1,6 @@ { "name": "superdough", - "version": "0.9.5", + "version": "0.9.6", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "index.mjs", "type": "module",