From 9a0a0d8c7a7e66bf456a730bcfe40fe7b71d53f2 Mon Sep 17 00:00:00 2001 From: lazorfuzz <leontosy@gmail.com> Date: Thu, 27 Dec 2018 14:43:43 -0800 Subject: [PATCH] 0.2.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db2bf83..02df407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liowebrtc", - "version": "0.2.8", + "version": "0.2.9", "repository": "https://github.com/lazorfuzz/liowebrtc", "main": "./dist/liowebrtc.js", "description": "A WebRTC library that makes it easy to embed peer to peer communication into UI components.", -- GitLab