From 5d38f4c19fce5a3df58ff23e8875d41e2e1c5537 Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Sat, 2 Jun 2018 15:11:56 -0700 Subject: [PATCH] 0.1.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6a840e..8b16b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.1.10", + "version": "0.1.11", "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