From 1b5ef52b6aff4e8c15114d8750c8f26678b30ac0 Mon Sep 17 00:00:00 2001 From: naomiaro Date: Tue, 18 Aug 2020 14:29:26 +0100 Subject: [PATCH] 0.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b5d8dd..7b8258b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webaudio-peaks", - "version": "0.0.7", + "version": "0.0.8", "description": "Small library to extract peaks from an array of audio samples or an AudioBuffer from the WebAudio API.", "main": "index.js", "types": "index.d.ts",