From c190f56381ae4252d6cfd6222123ff50b489e7f6 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 5 Jun 2020 01:26:12 +0200 Subject: [PATCH] 6.1.11 --- 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 08258587..84968c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extendable-media-recorder", - "version": "6.1.10", + "version": "6.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e86b9f05..6678dc3d 100644 --- a/package.json +++ b/package.json @@ -89,5 +89,5 @@ "test": "grunt lint && grunt test" }, "types": "build/es2019/module.d.ts", - "version": "6.1.10" + "version": "6.1.11" }