From e8286fc6d437fa6f6931b2069a00d93627b4c6c9 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Tue, 22 May 2018 16:27:17 +0200 Subject: [PATCH] bump to 6.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aeac85c4..21d12d3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webrtc-adapter", - "version": "6.1.5", + "version": "6.2.0", "description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences", "license": "BSD-3-Clause", "main": "./src/js/adapter_core.js",