From 03f3d36c5374be0328a1583d49b27f726bc9208e Mon Sep 17 00:00:00 2001 From: Alex Shaw Date: Thu, 11 Nov 2021 18:10:24 -0500 Subject: [PATCH] chore(release): 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02626a1..885820e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mic", - "version": "1.0.0", + "version": "1.0.1", "description": "Microphone streaming library for Node.js", "repository": "https://github.com/Symbitic/node-mic", "main": "./dist/index.js",