From d094130c4134fd605222492a9b3905d0a91f793e Mon Sep 17 00:00:00 2001 From: Almog Hamdani Date: Tue, 17 Dec 2019 22:37:33 +0200 Subject: [PATCH] 1.3.0-0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d14e37f..ccfa8a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "audify", - "version": "1.2.2", + "version": "1.3.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 728c3e8..17b17b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audify", - "version": "1.2.2", + "version": "1.3.0-0", "description": "Play/Stream/Record PCM audio data & Encode/Decode Opus to PCM audio data", "main": "index.js", "types": "index.d.ts",