From 3cf25229fe87685bd5b9cac650bbee4a1caa514c Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 26 Apr 2016 15:23:05 +0200 Subject: [PATCH] Release 8.0.3 --- dist | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist b/dist index 6a90e2a..8577464 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 6a90e2a5b7977f2973016f5e6ad2b0306bc1d001 +Subproject commit 8577464a0732772f4fd4a587e3b2e24656af0918 diff --git a/package.json b/package.json index b22c685..19c9fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "y-webrtc", - "version": "8.0.2", + "version": "8.0.3", "description": "WebRTC Connector for Yjs", "main": "./src/WebRTC.js", "scripts": { @@ -74,6 +74,6 @@ "vinyl-source-stream": "^1.1.0" }, "peerDependencies": { - "yjs": "^9.0.0 || ^10.0.0" + "yjs": "^9.0.0 || ^10.0.0 || ^11.0.0" } }