diff --git a/README.md b/README.md index ac39f85a..96627aff 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ In the future, we want to enable users to implement their own collaborative type Unlike other frameworks, Yjs supports P2P message propagation and is not bound to a specific communication protocol. Therefore, Yjs is extremely scalable and can be used in a wide range of application scenarios. -We support several communication protocols as so called *Connectors*. You find a bunch of Connectors in the [y-connectors](https://github.com/rwth-acis/y-connectors) repository. Currently supported communication protocols: +We support several communication protocols as so called *Connectors*. You can create your own connector too - as it is described [here](https://dadamonad.github.io/yjs/connector/Howto-create-your-own-Connector.html). Currently, we support the following communication protocols: * [XMPP-Connector](http://xmpp.org) - Propagates updates in a XMPP multi-user-chat room -* [WebRTC-Connector](http://peerjs.com/) - Propagate updates directly with WebRTC +* [WebRTC-Connector](http://peerjs.com) - Propagate updates directly with WebRTC * [IWC-Connector](http://dbis.rwth-aachen.de/cms/projects/the-xmpp-experience#interwidget-communication) - Inter-widget Communication You can use Yjs client-, and server- side. You can get it as via npm, and bower. We even provide a polymer element for Yjs! diff --git a/bower.json b/bower.json index 611af3bd..7eb069a4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.3.2", + "version": "0.4.0", "homepage": "https://github.com/DadaMonad/yjs", "authors": [ "Kevin Jahns " diff --git a/package.json b/package.json index b50377e9..e56cf8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.3.2", + "version": "0.4.0", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "main": "./build/node/y.js", "scripts": {