Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
trshafer committed Jan 26, 2015
1 parent 917fe30 commit 40cd6bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/cineio-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ requiresInit = function() {
noop = function() {};

CineIO = {
version: "0.2.6",
version: "0.2.7",
config: {},
init: function(publicKey, options) {
var prop, value, _results;
Expand Down Expand Up @@ -575,7 +575,7 @@ getPublisher = function(domNode, publishOptions, cb) {
};

generateStreamName = function(stream, password) {
return "" + stream.streamName + "?" + password + "&adbe-live-event=" + stream.streamName;
return "" + stream.streamName + "?" + password;
};

userOrDefault = function(userOptions, key) {
Expand Down
2 changes: 1 addition & 1 deletion build/cineio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"domains": [
"cine.io"
],
"version": "0.2.6",
"version": "0.2.7",
"description": "JavaScript SDK for cine.io",
"scripts": {
"test": "coffeelint src/ test/ && grunt test"
Expand Down
2 changes: 1 addition & 1 deletion src/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requiresInit = ->
noop = ->

CineIO =
version: "0.2.6"
version: "0.2.7"
config: {}
init: (publicKey, options)->
throw new Error("Public Key required") unless publicKey
Expand Down

0 comments on commit 40cd6bc

Please sign in to comment.