From 60b5ea74f0a4df6a85d657067132c3a3091e9389 Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Sun, 3 Jun 2018 07:29:26 -0700 Subject: [PATCH] 0.1.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b16b69..9fe7f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.1.11", + "version": "0.1.12", "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