From 0ffad170afa1bfda14f0c772ed7fb9c2a16bb74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 18 Dec 2023 16:44:03 +0100 Subject: [PATCH] 3.7.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0f3e736..371b93ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediasoup-client", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mediasoup-client", - "version": "3.7.0", + "version": "3.7.1", "license": "ISC", "dependencies": { "@types/debug": "^4.1.12", diff --git a/package.json b/package.json index 6442e7a8..2bca421a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediasoup-client", - "version": "3.7.0", + "version": "3.7.1", "description": "mediasoup client side JavaScript library", "contributors": [ "IƱaki Baz Castillo (https://inakibaz.me)",