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