From 8e1b7e0c90a67c79adce40ca3ba351d1c53d9750 Mon Sep 17 00:00:00 2001 From: Xander Dumaine <xander.dumaine@inin.com> Date: Tue, 24 Jan 2017 12:00:39 -0500 Subject: [PATCH] 6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88f2667..3100954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rtcpeerconnection", - "version": "6.0.0", + "version": "6.1.0", "description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", "main": "rtcpeerconnection.js", "repository": { -- GitLab