From 9717f3f0cc97d10b173bd56685a4e8097ba9e64c Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Thu, 31 May 2018 20:41:29 -0700 Subject: [PATCH] 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e784d2f..de75c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.0.8", + "version": "0.0.9", "repository": "https://github.com/lazorfuzz/liowebrtc", "main": "./src/liowebrtc.js", "description": "A react-compatible webRTC helper library that makes it easy to bake peer to peer communication into react components.", -- GitLab