diff --git a/Examples/Quill/index.js b/Examples/Quill/index.js index cb38e85c..52b7c098 100644 --- a/Examples/Quill/index.js +++ b/Examples/Quill/index.js @@ -7,7 +7,7 @@ Y({ name: 'memory' }, connector: { - name: 'y-websockets-client', + name: 'websockets-client', room: 'richtext-example18', debug: true //url: 'http://127.0.0.1:2345' diff --git a/bower.json b/bower.json index 48ed6bd8..aa5041b4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.8.7", + "version": "0.8.8", "homepage": "y-js.org", "authors": [ "Kevin Jahns "