From d2ddd415a8f22c6403496d90a8970df03a559564 Mon Sep 17 00:00:00 2001
From: lazorfuzz <leontosy@gmail.com>
Date: Thu, 31 May 2018 21:10:58 -0700
Subject: [PATCH] 0.1.0

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 9d862ce..83aa964 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "liowebrtc",
-  "version": "0.0.10",
+  "version": "0.1.0",
   "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