From 6de0880a9ab3e7a626beb752ca453d07302705c2 Mon Sep 17 00:00:00 2001 From: Lance Stout <lancestout@gmail.com> Date: Mon, 6 Mar 2017 09:16:23 -0800 Subject: [PATCH] 7.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d85d2f..5df4186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rtcpeerconnection", - "version": "7.0.0", + "version": "7.0.1", "description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", "main": "rtcpeerconnection.js", "repository": { -- GitLab