From f93d7b1e709fa861b1266e29eb4a0dce3872ea1f Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 5 Oct 2016 01:00:00 +0200 Subject: [PATCH] Release 12.0.2 --- README.md | 2 +- dist | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed6d916e..0598a300 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ This is a complete rewrite of the 0.5 version of Yjs. Since Yjs 0.6.0 it is poss I created this framework during my bachelor thesis at the chair of computer science 5 [(i5)](http://dbis.rwth-aachen.de/cms), RWTH University. Since December 2014 I'm working on Yjs as a part of my student worker job at the i5. ## License -Yjs is licensed under the [MIT License](./LICENSE.txt). +Yjs is licensed under the [MIT License](./LICENSE). diff --git a/dist b/dist index 723fc776..9e9f238b 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 723fc776270a96991996247cb3986545e7ad82e8 +Subproject commit 9e9f238b12e2746b2481723ca7eb1ca80fbe129a diff --git a/package.json b/package.json index 89bf143b..99433eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "12.0.1", + "version": "12.0.2", "description": "A framework for real-time p2p shared editing on any data", "main": "./src/y.js", "scripts": {