Skip to content

Commit

Permalink
Merge pull request #1 from heff/master
Browse files Browse the repository at this point in the history
Updated video.js version to one with fixed bower.json version
  • Loading branch information
addyosmani committed Apr 12, 2014
2 parents 9d9f661 + c4e160e commit fe84747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#~0.2.2",
"videojs": "~4.5.1"
"videojs": "~4.5.2"
}
}
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body unresolved>

<p>An `video-js` looks like this:</p>
<p>A `video-js` looks like this:</p>

<video-js controls preload="auto" width="640" height="264"
poster="http://video-js.zencoder.com/oceans-clip.png">
Expand Down

0 comments on commit fe84747

Please sign in to comment.