bumped version numbers

This commit is contained in:
DadaMonad 2015-02-15 15:35:09 +00:00
parent 60de3ce5b0
commit 686be484fc
3 changed files with 4 additions and 4 deletions

View File

@ -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!

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.3.2",
"version": "0.4.0",
"homepage": "https://github.com/DadaMonad/yjs",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

View File

@ -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": {