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