From 5d10a17e7a38b347b64f7767669285864a1f8c36 Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Fri, 1 Jun 2018 00:20:10 -0700 Subject: [PATCH] 0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eccaf5a..c00bd0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.1.6", + "version": "0.1.7", "repository": "https://github.com/lazorfuzz/liowebrtc", "main": "./dist/liowebrtc.js", "description": "An Electron-compatible WebRTC library that makes it easy to embed peer to peer communication into react components.", -- GitLab