diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6d2ccbf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## Release History +* __04/05/2013 - 0.6.3__: fix race condition, mute and unmute functions on call + +* __03/07/2013 - 0.6.2__: pip effect and localStream \ No newline at end of file diff --git a/README.md b/README.md index aa08885..9d9d7eb 100644 --- a/README.md +++ b/README.md @@ -209,9 +209,6 @@ You can set req.name before calling cb to change the name (useful if you send up There is effects.css in the repository with some common CSS classes you will want when dealing with RTC video tags (flip, shadow, reflect, fadein, etc.). These are prefixed with rtc (example: .rtc-flip) -## Release History -* __04/07/2013 - 0.6.2__: pip effect and localStream - ## LICENSE (MIT License) diff --git a/component.json b/component.json index 13a45c3..100dbad 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "holla", - "version": "0.6.1", + "version": "0.6.3", "dependencies": { "wearefractal/protosock": "*", "component/emitter": "*" diff --git a/package.json b/package.json index fe33aa1..c240079 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "holla", "description": "An abstraction over P2P video/voice/data connections using WebRTC", - "version": "0.6.2", + "version": "0.6.3", "homepage": "http://github.com/wearefractal/holla", "repository": "git://github.com/wearefractal/holla.git", "author": "Fractal (http://wearefractal.com/)",