Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Apr 6, 2013
1 parent f9b4b7a commit 772302a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holla",
"version": "0.6.1",
"version": "0.6.3",
"dependencies": {
"wearefractal/protosock": "*",
"component/emitter": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://wearefractal.com/)",
Expand Down

0 comments on commit 772302a

Please sign in to comment.