Release 0.7.1

This commit is contained in:
Kevin Jahns 2016-01-11 15:23:20 +01:00
parent 400ca4a3ef
commit 18ccf7134d
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "y-webrtc",
"main": "y-webrtc.js",
"version": "0.5.0",
"version": "0.7.2",
"homepage": "http://y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

2
dist

@ -1 +1 @@
Subproject commit b79dfec473c15fec4e200291a6b692c1de2aa49f
Subproject commit bdfd830cb9e8c164c1fd8264b849d91643695d50

View file

@ -1,8 +1,8 @@
{
"name": "y-webrtc",
"version": "0.6.3",
"version": "0.7.2",
"description": "WebRTC Connector for Yjs",
"main": "./build/node/y-webrtc.js",
"main": "./src/WebRTC.js",
"scripts": {
"test": "node --harmony ./node_modules/.bin/gulp test",
"lint": "./node_modules/.bin/standard",