From 43c101727608ba21b9a08bc08e3feda9b1124466 Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Sat, 2 Jun 2018 10:54:08 -0700 Subject: [PATCH] 0.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6e28d3..8a6959e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.1.8", + "version": "0.1.9", "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